2021-07-19 19:26:08.079 INFO 1 --- [main] u.route.geocode.GeocodeApplicationKt : Starting GeocodeApplicationKt using Java 16.0.1 on 528e9a409c22 with PID 1 (/app.jar started by root in /spring-geocode) 2021-07-19 19:26:08.111 INFO 1 --- [main] u.route.geocode.GeocodeApplicationKt : No active profile set, falling back to default profiles: default 2021-07-19 19:26:17.002 DEBUG 1 --- [main] reactor.netty.tcp.TcpResources : [http] resources will use the default LoopResources: DefaultLoopResources {prefix=reactor-http, daemon=true, selectCount=4, workerCount=4} 2021-07-19 19:26:17.004 DEBUG 1 --- [main] reactor.netty.tcp.TcpResources : [http] resources will use the default ConnectionProvider: reactor.netty.resources.DefaultPooledConnectionProvider@51891008 2021-07-19 19:26:18.479 DEBUG 1 --- [main] r.netty.resources.DefaultLoopIOUring : Default io_uring support : false 2021-07-19 19:26:18.784 DEBUG 1 --- [main] r.netty.resources.DefaultLoopEpoll : Default Epoll support : true 2021-07-19 19:26:23.053 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.ServerTransport : [id:c37902e1, L:/0.0.0.0:8083] Bound new server 2021-07-19 19:26:23.054 INFO 1 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8083 2021-07-19 19:26:23.088 INFO 1 --- [main] u.route.geocode.GeocodeApplicationKt : Started GeocodeApplicationKt in 17.027 seconds (JVM running for 17.871) 2021-07-19 19:26:32.805 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] New http connection, requesting read 2021-07-19 19:26:32.806 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:0a7dace0, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:32.920 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Increasing pending responses, now 1 2021-07-19 19:26:32.940 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.http.server.HttpServer : [id:0a7dace0-1, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@58f5432e 2021-07-19 19:26:33.137 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:0a7dace0-1, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:34.623 DEBUG 1 --- [batch-1] r.n.resources.PooledConnectionProvider : Creating a new [https://revgeocode.search.hereapi.com/v1/revgeocode] client pool [PoolFactory{evictionInterval=PT0S, leasingStrategy=fifo, maxConnections=2000, maxIdleTime=-1, maxLifeTime=-1, metricsEnabled=false, pendingAcquireMaxCount=10000, pendingAcquireTimeout=120000}] for [revgeocode.search.hereapi.com/:443] 2021-07-19 19:26:34.669 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.678 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.682 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.715 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:8c0d8188] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7c6c2306 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.715 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:55914ebc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@35a8f13f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.715 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:e2980156] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1edd1999 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.718 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:2a1eb97a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@35782ab5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.724 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:55914ebc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.725 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:2a1eb97a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.724 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:e2980156] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.728 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:8c0d8188] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.855 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:e9d0fcc9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2c97c83e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.856 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:e9d0fcc9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.856 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:ace1385b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6318f6b0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.856 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:ace1385b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:22710d8a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@592eed5b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:22710d8a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:e698ab4c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@16902ed4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:e698ab4c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.857 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:f9a0111a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7710d195 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.858 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:f9a0111a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.858 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.858 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:8a1c6366] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5558d6c8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.858 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:8a1c6366] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.861 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.853 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.862 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:b1b12509] SSL enabled using engine sun.security.ssl.SSLEngineImpl@167f1498 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.874 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:b1b12509] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.875 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.875 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:4736d256] SSL enabled using engine sun.security.ssl.SSLEngineImpl@446d72e0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.875 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:4736d256] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.875 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:12480885] SSL enabled using engine sun.security.ssl.SSLEngineImpl@247985b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:12480885] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:87e0d1f7] SSL enabled using engine sun.security.ssl.SSLEngineImpl@19c993b7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:87e0d1f7] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.876 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:0d194b10] SSL enabled using engine sun.security.ssl.SSLEngineImpl@e8c6ca7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:0d194b10] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:de3a63dc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3a14ce02 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:de3a63dc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:bac87d98] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3fd3a9bf and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.877 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:bac87d98] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:64242c05] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5e6d274d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:64242c05] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.863 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:68f1d772] SSL enabled using engine sun.security.ssl.SSLEngineImpl@48e39dbc and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:68f1d772] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.878 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:6d5e3f06] SSL enabled using engine sun.security.ssl.SSLEngineImpl@599beb39 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:6d5e3f06] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:103ca73f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6fee957 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:103ca73f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.879 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:c3d06f51] SSL enabled using engine sun.security.ssl.SSLEngineImpl@24a03885 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:c3d06f51] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:8cc7e036] SSL enabled using engine sun.security.ssl.SSLEngineImpl@24ea81b9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:8cc7e036] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.880 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:cd5521a9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@22c379b1 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:cd5521a9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:3083be96] SSL enabled using engine sun.security.ssl.SSLEngineImpl@52752ce0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:748380e1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1f2db841 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:3083be96] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:748380e1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:ea9592cf] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3a52dba4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:29ddd032] SSL enabled using engine sun.security.ssl.SSLEngineImpl@36df82c2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:ea9592cf] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.881 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:29ddd032] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:884e0e05] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7a5b608c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:67879ab7] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4e8cabd1 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:884e0e05] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:67879ab7] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:5ea85202] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2ea264d5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:5ea85202] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:5241f71c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3a6ec790 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:5241f71c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:184c6939] SSL enabled using engine sun.security.ssl.SSLEngineImpl@903e5da and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:184c6939] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.883 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:13a1f465] SSL enabled using engine sun.security.ssl.SSLEngineImpl@324f1f85 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:13a1f465] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:94b94cf4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4e3a79f2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:94b94cf4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.884 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:7c70714a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5eeecaeb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.885 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:7c70714a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.885 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.885 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:6618b207] SSL enabled using engine sun.security.ssl.SSLEngineImpl@c15e684 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.882 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.891 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:14f9fb1e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6c0f4885 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.894 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:14f9fb1e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.885 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:6618b207] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:9904e345] SSL enabled using engine sun.security.ssl.SSLEngineImpl@600aa08b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:65881908] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5a9f4c9c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:9904e345] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:9f4b0c0d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@29721bb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:9f4b0c0d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:2df0209a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@77d30430 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:2df0209a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:ebfb331a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@228c09bf and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:ebfb331a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.896 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:7cc1d38f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@62fe408c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:7cc1d38f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.895 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:65881908] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:b17a24ac] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5ed0c4c7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:b17a24ac] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:9f8dbfb9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@52210058 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:9f8dbfb9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:a847d91f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@74880310 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:a847d91f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:d94b7f80] SSL enabled using engine sun.security.ssl.SSLEngineImpl@49a29f81 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.898 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:d94b7f80] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:e93da6d9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6e77d8f8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:e93da6d9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:48087c2b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1330a143 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.897 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.899 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:6fb415e3] SSL enabled using engine sun.security.ssl.SSLEngineImpl@70cd295b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:6fb415e3] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:a70e054c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@40387113 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:a70e054c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:dd9293a9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@227b7b8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.900 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:dd9293a9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:7a37cb36] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6414f091 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:7a37cb36] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:66039056] SSL enabled using engine sun.security.ssl.SSLEngineImpl@27dc38cb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:66039056] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.902 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:65020a90] SSL enabled using engine sun.security.ssl.SSLEngineImpl@53f7d05b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.902 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:65020a90] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.902 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:36435cc2] SSL enabled using engine sun.security.ssl.SSLEngineImpl@20e7f856 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.906 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:36435cc2] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.906 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:7f0f7e65] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4a7027d2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:7f0f7e65] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:c6e284ff] SSL enabled using engine sun.security.ssl.SSLEngineImpl@26e9eba5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:c6e284ff] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.907 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:827f986f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6d8d0bf2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:827f986f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:23f062f9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@fc90a9b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:23f062f9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:b551296b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@adcfa63 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.908 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:b551296b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:2e290993] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3aa685b9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:2e290993] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:bf9ccba6] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1b937ed3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.909 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:bf9ccba6] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:49aaecfb] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5c64e42 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:49aaecfb] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:48087c2b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:e14f1af6] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3eacec2c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.910 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:f0219e85] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6f5fca78 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:e14f1af6] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:f0219e85] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:cb45e233] SSL enabled using engine sun.security.ssl.SSLEngineImpl@f2bdd1d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:cb45e233] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:53796312] SSL enabled using engine sun.security.ssl.SSLEngineImpl@26036927 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.911 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:53796312] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:2c871eae] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4cac4de9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:2c871eae] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:8c01efdf] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4805ea40 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:8c01efdf] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:7453e17b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@58ec1dc9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:7453e17b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:ef3aa978] SSL enabled using engine sun.security.ssl.SSLEngineImpl@55b8c1ba and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:ef3aa978] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.914 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:72e4a68c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5aef4a4f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.914 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:72e4a68c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.924 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:28d052fe] SSL enabled using engine sun.security.ssl.SSLEngineImpl@28d3be39 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.925 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:28d052fe] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.926 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.926 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:19c84702] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7c1f9adb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.927 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:19c84702] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.927 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.927 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:ac7adf91] SSL enabled using engine sun.security.ssl.SSLEngineImpl@59858e78 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.927 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:ac7adf91] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.928 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.928 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:f384a43d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@79a8d2f6 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.929 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:f384a43d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.932 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.932 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:7c8e2446] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4034a344 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.932 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:7c8e2446] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.933 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.933 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:f1113ff0] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5bc54201 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.933 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:f1113ff0] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.934 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.935 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:3d1d1067] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5f710bc5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.935 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:3d1d1067] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.939 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.939 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:05b81cc0] SSL enabled using engine sun.security.ssl.SSLEngineImpl@b257de1 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.939 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:05b81cc0] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.940 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.940 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:dff1a21f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@94cf523 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.940 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:dff1a21f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.941 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.941 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:9cffd725] SSL enabled using engine sun.security.ssl.SSLEngineImpl@70966635 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.942 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:9cffd725] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.942 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.942 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:ac815ad6] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1359af9b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.942 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:ac815ad6] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.943 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.943 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:3a656996] SSL enabled using engine sun.security.ssl.SSLEngineImpl@390ea5e9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.943 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:3a656996] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.945 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.945 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:d7c5ac48] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4c26d403 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.945 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:d7c5ac48] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.946 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:5b7d05ff] SSL enabled using engine sun.security.ssl.SSLEngineImpl@360762b3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.946 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:5b7d05ff] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.950 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.950 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:d3339e43] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5c191466 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.950 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:d3339e43] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.980 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.981 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.981 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:424a5fd1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@61d2d0bd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.982 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:424a5fd1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.983 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:230a0cee] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1562cb10 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.983 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:230a0cee] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.983 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:2b3413ab] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5400a29d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.983 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:2b3413ab] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.985 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:7849b654] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6b7f86d3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.985 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:7849b654] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.985 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.985 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:d27ae2dc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1f7b4a45 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.986 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:d27ae2dc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.986 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.986 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:287eeb5a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@71bb4ad1 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.987 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:287eeb5a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.988 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.988 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:93c84d90] SSL enabled using engine sun.security.ssl.SSLEngineImpl@d016a26 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.988 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:93c84d90] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.989 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.989 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:0fd6d4fe] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6d287aec and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.989 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:0fd6d4fe] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.990 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.990 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:182d3dae] SSL enabled using engine sun.security.ssl.SSLEngineImpl@596d960f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.990 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:182d3dae] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.991 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:34.991 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:a0e7fa2e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1d90b6b8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:34.991 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:a0e7fa2e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:34.995 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.012 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:33ef09e4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@10accddf and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.013 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:33ef09e4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.013 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.013 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:fb48ab68] SSL enabled using engine sun.security.ssl.SSLEngineImpl@9ae274e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.013 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:fb48ab68] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.014 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:4eca8ef3] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7a0097db and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.015 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:4eca8ef3] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.016 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:8e9ab298] SSL enabled using engine sun.security.ssl.SSLEngineImpl@980d3bd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:8e9ab298] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:4445cf75] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1c113228 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:4445cf75] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.017 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.018 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:d8bb812f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@17791a34 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.018 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:d8bb812f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.019 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.019 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:c4d7047d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@67d74533 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.019 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:c4d7047d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.019 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.020 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:9bb96314] SSL enabled using engine sun.security.ssl.SSLEngineImpl@61dedba8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.020 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:9bb96314] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.021 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:ac499fdf] SSL enabled using engine sun.security.ssl.SSLEngineImpl@44118e74 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.021 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:ac499fdf] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.022 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.022 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:cb09e041] SSL enabled using engine sun.security.ssl.SSLEngineImpl@32887b17 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.023 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:cb09e041] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.023 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.023 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:1eeeaa79] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4f07710c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.024 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:1eeeaa79] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.025 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.025 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:6026f192] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1f6ae991 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.025 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:6026f192] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.035 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.036 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:72dfdc68] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7d5ab924 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.036 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:72dfdc68] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.037 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.037 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:f9f1b761] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1b04468 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.037 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:f9f1b761] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.044 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.044 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:f8acc832] SSL enabled using engine sun.security.ssl.SSLEngineImpl@54396c54 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.045 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:f8acc832] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.045 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.045 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:ef279696] SSL enabled using engine sun.security.ssl.SSLEngineImpl@71b3b8a6 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.046 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:ef279696] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.050 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.050 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:1a7f0339] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5f1a1ff2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:1a7f0339] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:fa99d65b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5be35521 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:fa99d65b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:b46687bf] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5c8619a0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:b46687bf] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:3c400d3b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1ebdb469 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:3c400d3b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.051 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:45288cec] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1adc8422 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:45288cec] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a375e793] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2ceaaf80 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a375e793] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:5b3a2c7a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@48f3cd1a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:5b3a2c7a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:6340a8bb] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7b3342a5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:6340a8bb] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.052 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:17263f56] SSL enabled using engine sun.security.ssl.SSLEngineImpl@376b2e23 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.053 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:17263f56] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.053 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.056 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.056 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:f559131f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@30c9cde9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.056 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:f559131f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.057 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.057 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:c1f1b54d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@921e68e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.058 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:c1f1b54d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.066 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:4a33533b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3ed965ef and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.066 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:4a33533b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.066 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.066 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a4b8c30b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@18a31e97 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.067 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a4b8c30b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.069 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:722a1470] SSL enabled using engine sun.security.ssl.SSLEngineImpl@18b0e8eb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.069 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:722a1470] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:4387e04e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1631d05f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:4387e04e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a0797008] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2c756ea5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a0797008] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.076 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.076 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:2fdbf89c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@29b8e8ea and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.076 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:2fdbf89c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.076 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:3467552e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1e318fc5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.076 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:3467552e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a3a10956] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4ff4525b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a3a10956] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:d21dbf1d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@60f0dd4b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:d21dbf1d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:63b4215b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2c9b11d8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:63b4215b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:2c856e2b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@536f2d47 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:2c856e2b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:008d063f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1c72dfaa and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:008d063f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:df4a9494] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7125e62e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:df4a9494] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.079 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.078 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:c843e958] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7e37bf86 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.079 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:33aeddd8] SSL enabled using engine sun.security.ssl.SSLEngineImpl@32a24602 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.079 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:c843e958] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.079 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:33aeddd8] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:754a9b72] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3e51e02c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:754a9b72] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:b6d96419] SSL enabled using engine sun.security.ssl.SSLEngineImpl@17b18165 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:b6d96419] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:6286c815] SSL enabled using engine sun.security.ssl.SSLEngineImpl@42563161 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:383572db] SSL enabled using engine sun.security.ssl.SSLEngineImpl@63b4c7dd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.080 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:6286c815] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.081 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.081 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:383572db] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.081 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a28fa5ff] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5dca7efd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.081 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a28fa5ff] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.082 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.083 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:d3817bd4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@527ccd4b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.083 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:d3817bd4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.084 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:dfea114d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@618b8417 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.084 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:dfea114d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.085 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:9c558792] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7f9d9264 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.085 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:9c558792] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.088 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.088 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:010bfc97] SSL enabled using engine sun.security.ssl.SSLEngineImpl@13fb862d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.088 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:010bfc97] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.103 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.103 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:b25562fd] SSL enabled using engine sun.security.ssl.SSLEngineImpl@c160f2b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.103 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:b25562fd] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.105 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:81b756d7] SSL enabled using engine sun.security.ssl.SSLEngineImpl@a2424c7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.105 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.105 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:81b756d7] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.105 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:8f1a5f08] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7c231b8a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.105 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:8f1a5f08] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.106 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.106 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:2eb45121] SSL enabled using engine sun.security.ssl.SSLEngineImpl@12ff5e77 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.106 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:2eb45121] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.107 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.107 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:cc32f1fa] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2ca97fb0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.107 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:cc32f1fa] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.108 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.108 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a7504a4a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@d6a8523 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.108 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a7504a4a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.108 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.108 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:b26f323b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5676da31 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.109 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:b26f323b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.109 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.109 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:60e2d7cc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5b007f0c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.109 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:60e2d7cc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.110 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.110 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:347cdc07] SSL enabled using engine sun.security.ssl.SSLEngineImpl@304fd0f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.110 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:347cdc07] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.111 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:1ae56a58] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6ff9128a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.111 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:1ae56a58] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.111 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:6e32e169] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3646cd82 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.112 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:6e32e169] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.112 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:89084a60] SSL enabled using engine sun.security.ssl.SSLEngineImpl@30303b76 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.112 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:89084a60] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.113 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.113 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:79ad03a5] SSL enabled using engine sun.security.ssl.SSLEngineImpl@67355fa8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.113 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:79ad03a5] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.114 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a81497d4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3a660e5d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.114 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a81497d4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.118 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:34d6a2ee] SSL enabled using engine sun.security.ssl.SSLEngineImpl@585a1e18 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.118 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:34d6a2ee] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.119 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:4dfdfc28] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7e680597 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.119 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:4dfdfc28] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.120 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.120 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:14d231e4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@56b03f1c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.120 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:14d231e4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.122 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:1807b399] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2f81fd51 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.122 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:1807b399] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.122 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:51b3ea03] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7b46975b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.122 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:51b3ea03] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.125 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:17aa07e3] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7b1ef24 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.126 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:17aa07e3] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.127 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:889055ec] SSL enabled using engine sun.security.ssl.SSLEngineImpl@c15744 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.127 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:889055ec] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.128 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:455d90fc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@435525f9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.128 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:455d90fc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.132 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:a2e4b522] SSL enabled using engine sun.security.ssl.SSLEngineImpl@779d98d9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.132 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:a2e4b522] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.133 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:1402e371] SSL enabled using engine sun.security.ssl.SSLEngineImpl@10a67609 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.134 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:1402e371] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.134 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:ed90b595] SSL enabled using engine sun.security.ssl.SSLEngineImpl@d36e63a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.134 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:ed90b595] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.135 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:57ccdd1c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5e5d92fc and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.135 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:57ccdd1c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.137 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:df57fd62] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7a4a7bca and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.137 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:df57fd62] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.139 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:a85b9ca6] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5163e8cd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.139 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:a85b9ca6] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.140 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:612cffab] SSL enabled using engine sun.security.ssl.SSLEngineImpl@a97849d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.140 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:612cffab] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.141 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:24829dea] SSL enabled using engine sun.security.ssl.SSLEngineImpl@35fda5aa and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.141 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:24829dea] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.147 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:1c43b17e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6dfa5a6 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.147 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:1c43b17e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.148 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:e75b6b35] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2d2d7504 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.148 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:e75b6b35] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.149 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:9b43abf1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5464ac7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.149 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:9b43abf1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.150 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:78688541] SSL enabled using engine sun.security.ssl.SSLEngineImpl@28dc9cdf and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.150 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:78688541] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.151 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:bbd452db] SSL enabled using engine sun.security.ssl.SSLEngineImpl@39c58dcc and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.151 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:bbd452db] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.152 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:50d03503] SSL enabled using engine sun.security.ssl.SSLEngineImpl@31b50e92 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.152 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:50d03503] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.153 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.153 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:cf7a00c0] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2d6d46cf and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.153 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:cf7a00c0] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.154 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.154 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:f7d9f19c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1bbea64e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.154 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:f7d9f19c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.165 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:165854a1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@466edbbb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.165 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:165854a1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:ae315507] SSL enabled using engine sun.security.ssl.SSLEngineImpl@65f65c7f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:ae315507] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:16ea375f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@643dde67 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:b311e7b1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4e7fd8e4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:16ea375f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:b311e7b1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.166 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:8ce900d6] SSL enabled using engine sun.security.ssl.SSLEngineImpl@327d798e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:8ce900d6] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:c0053078] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7152dff3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:c0053078] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:5dde3635] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3721f83e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:5dde3635] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:18e53585] SSL enabled using engine sun.security.ssl.SSLEngineImpl@18905cce and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:18e53585] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a4fb5c06] SSL enabled using engine sun.security.ssl.SSLEngineImpl@561bf335 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a4fb5c06] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:188b829e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6ced9af5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:188b829e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:c0f09489] SSL enabled using engine sun.security.ssl.SSLEngineImpl@1727f633 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:c0f09489] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:23c5870c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3f0f776d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:ee97e9bf] SSL enabled using engine sun.security.ssl.SSLEngineImpl@118045fb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:23c5870c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.168 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:ee97e9bf] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.171 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:dd821b14] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2c34d2c2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.171 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:dd821b14] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.172 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:10e38204] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6165236f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.172 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:10e38204] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.173 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:6237d1ab] SSL enabled using engine sun.security.ssl.SSLEngineImpl@27abd145 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.174 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:6237d1ab] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.175 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:8ee99f22] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7ec7710f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.175 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:8ee99f22] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.178 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:976864b2] SSL enabled using engine sun.security.ssl.SSLEngineImpl@61f3072f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.178 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:976864b2] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.178 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.179 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:62fe3a92] SSL enabled using engine sun.security.ssl.SSLEngineImpl@592c764a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.179 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:62fe3a92] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.180 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:85847776] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7c3c2b19 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.180 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:85847776] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.181 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:0ec114a3] SSL enabled using engine sun.security.ssl.SSLEngineImpl@675c18a0 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.181 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:0ec114a3] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.182 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:dda0dba4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7ba3dbaa and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.182 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:dda0dba4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.184 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:2afa53a8] SSL enabled using engine sun.security.ssl.SSLEngineImpl@222859e3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.184 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:2afa53a8] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:af096b91] SSL enabled using engine sun.security.ssl.SSLEngineImpl@65353a94 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:af096b91] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.190 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:aa75abfc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4f439f86 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.191 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:aa75abfc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.192 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.192 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:2b694af5] SSL enabled using engine sun.security.ssl.SSLEngineImpl@799eef6f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.192 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:2b694af5] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.193 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:bca3cdaa] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7957bfdb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.193 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:bca3cdaa] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.196 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:761f14a1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@44a1cb03 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.196 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:761f14a1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.199 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:bebef544] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5b694c26 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.199 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:bebef544] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.201 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:4f9c98ea] SSL enabled using engine sun.security.ssl.SSLEngineImpl@14dde60 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.201 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:4f9c98ea] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.201 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:8c0d8188] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.202 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:55914ebc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.202 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:e2980156] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.203 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:97f163e3] SSL enabled using engine sun.security.ssl.SSLEngineImpl@506414fc and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.203 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:97f163e3] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.203 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:2a1eb97a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.204 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:68f1d772] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.204 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:e9d0fcc9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.204 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:6d5e3f06] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:103ca73f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:ace1385b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:c3d06f51] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:22710d8a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:8cc7e036] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:e698ab4c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:cd5521a9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:f9a0111a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:748380e1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:8a1c6366] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:ea9592cf] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:884e0e05] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:b1b12509] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:14f9fb1e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:4736d256] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:9904e345] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:2df0209a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:12480885] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:f0219e85] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:87e0d1f7] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:1a7f0339] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:0d194b10] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:b46687bf] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:3c400d3b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:de3a63dc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:45288cec] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:bac87d98] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a375e793] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:5b3a2c7a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:64242c05] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:17263f56] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:53796312] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:4a33533b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:2c871eae] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a4b8c30b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:722a1470] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:8c01efdf] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:4387e04e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:7453e17b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.206 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a0797008] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:3083be96] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:29ddd032] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:67879ab7] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:5ea85202] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:5241f71c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:184c6939] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:13a1f465] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:94b94cf4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:7c70714a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.209 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:6618b207] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:65881908] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:b17a24ac] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:9f8dbfb9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:a847d91f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:d94b7f80] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:e93da6d9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.210 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:48087c2b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:e14f1af6] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:cb45e233] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:19c84702] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:f1113ff0] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:dff1a21f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:3a656996] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:d3339e43] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:424a5fd1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.213 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:287eeb5a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:182d3dae] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:fb48ab68] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:4445cf75] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:c4d7047d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:1eeeaa79] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:f9f1b761] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:fa99d65b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:c1f1b54d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:df4a9494] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:d3817bd4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:b25562fd] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:cc32f1fa] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:347cdc07] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:79ad03a5] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:14d231e4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:17aa07e3] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:a2e4b522] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:57ccdd1c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:612cffab] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:e75b6b35] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:bbd452db] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:f7d9f19c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:5dde3635] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:10e38204] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.216 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:62fe3a92] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.216 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:dda0dba4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.216 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:bca3cdaa] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.216 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:4f9c98ea] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.220 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:9f4b0c0d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:ebfb331a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:7cc1d38f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:6fb415e3] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:a70e054c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:dd9293a9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:7a37cb36] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:66039056] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:65020a90] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.221 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:36435cc2] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:7f0f7e65] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:c6e284ff] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:827f986f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:23f062f9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:b551296b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:ef3aa978] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:72e4a68c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:f384a43d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:3d1d1067] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.222 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:9cffd725] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:d7c5ac48] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:2b3413ab] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:d27ae2dc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:93c84d90] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:a0e7fa2e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:4eca8ef3] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:8e9ab298] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:ac499fdf] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:6026f192] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:f8acc832] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:6340a8bb] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:2fdbf89c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.223 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:33aeddd8] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:9c558792] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:8f1a5f08] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:b26f323b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:6e32e169] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:34d6a2ee] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:1807b399] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:889055ec] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:1402e371] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:df57fd62] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:24829dea] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:9b43abf1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:50d03503] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:165854a1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.224 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:23c5870c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.225 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:6237d1ab] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.225 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:85847776] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.225 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:aa75abfc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.225 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:761f14a1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.230 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:2e290993] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.230 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:bf9ccba6] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:49aaecfb] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:28d052fe] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:ac7adf91] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:7c8e2446] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:05b81cc0] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:ac815ad6] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:5b7d05ff] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:230a0cee] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:7849b654] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:0fd6d4fe] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.231 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:33ef09e4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:d8bb812f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:9bb96314] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:cb09e041] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:72dfdc68] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:ef279696] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:f559131f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:63b4215b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.232 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:383572db] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:3467552e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a3a10956] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:d21dbf1d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:2c856e2b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:008d063f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:c843e958] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:754a9b72] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:b6d96419] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:6286c815] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a28fa5ff] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:dfea114d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:81b756d7] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a7504a4a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:1ae56a58] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a81497d4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:ae315507] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:b311e7b1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:8ce900d6] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:c0053078] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:18e53585] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a4fb5c06] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:188b829e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:c0f09489] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:ee97e9bf] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:976864b2] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.237 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:2afa53a8] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.237 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:af096b91] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.237 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.238 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:bc567489] SSL enabled using engine sun.security.ssl.SSLEngineImpl@16e5e6de and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.238 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:bc567489] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.238 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:010bfc97] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.240 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:2eb45121] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:60e2d7cc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:89084a60] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:4dfdfc28] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:51b3ea03] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:455d90fc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:ed90b595] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:a85b9ca6] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:1c43b17e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:78688541] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:cf7a00c0] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.242 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:16ea375f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.242 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:dd821b14] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.242 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:8ee99f22] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.242 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:0ec114a3] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.242 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:2b694af5] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 2 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f] Created a new pooled channel, now: 2 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.253 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:1e3d6a0f] SSL enabled using engine sun.security.ssl.SSLEngineImpl@b6c0249 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.253 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:1e3d6a0f] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 3 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 3 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.262 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:bebef544] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:35.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0] Created a new pooled channel, now: 3 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.263 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:9d6f49c0] SSL enabled using engine sun.security.ssl.SSLEngineImpl@46cfeda4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.263 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:9d6f49c0] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 4 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.397 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.397 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 5 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.451 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.451 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.453 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.454 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:64b10c0d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@763600e9 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.454 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:64b10c0d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.454 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.454 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:5dfd444e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@725ca210 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:5dfd444e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:372bdff9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6fed90fa and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:372bdff9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:153685cc] SSL enabled using engine sun.security.ssl.SSLEngineImpl@767ec745 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:153685cc] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.468 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.469 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:4d8d2608] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6f94a5f3 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.469 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:4d8d2608] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.469 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:09cc2131] SSL enabled using engine sun.security.ssl.SSLEngineImpl@23aa2625 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:09cc2131] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:c56d9f5d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4f7d0fb and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:c56d9f5d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:512860f4] SSL enabled using engine sun.security.ssl.SSLEngineImpl@91d7c4f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:512860f4] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.470 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b] Created a new pooled channel, now: 6 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.471 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.tcp.SslProvider : [id:18daeb9b] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5a5d8bfd and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.471 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.transport.TransportConfig : [id:18daeb9b] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 7 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.487 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.487 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 8 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.520 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.520 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 9 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.526 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.526 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 10 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.549 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.549 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 11 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.561 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.561 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 12 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.567 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.567 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 13 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21] Created a new pooled channel, now: 13 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:24c73c21] SSL enabled using engine sun.security.ssl.SSLEngineImpl@4bd206f4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:24c73c21] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860] Created a new pooled channel, now: 13 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:d2c34860] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2b32822a and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:d2c34860] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d] Created a new pooled channel, now: 13 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.580 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:8b5f340d] SSL enabled using engine sun.security.ssl.SSLEngineImpl@634bc150 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.581 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:8b5f340d] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.581 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45] Created a new pooled channel, now: 13 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.585 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.585 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 14 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.593 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.593 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 15 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.595 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:9fe33a45] SSL enabled using engine sun.security.ssl.SSLEngineImpl@10b14f03 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.595 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:9fe33a45] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41] Created a new pooled channel, now: 15 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.596 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:f5ca0a41] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6fa8e51d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.596 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:f5ca0a41] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9] Created a new pooled channel, now: 15 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:3fe66fb9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@34ec48fc and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:3fe66fb9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 16 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8] Created a new pooled channel, now: 16 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:f0edfdc8] SSL enabled using engine sun.security.ssl.SSLEngineImpl@49c5648d and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:f0edfdc8] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e] Created a new pooled channel, now: 16 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:1c766a6e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@33298f44 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:1c766a6e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 17 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 18 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.626 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.626 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 19 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.630 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.630 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 20 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 21 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 22 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 23 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.682 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.682 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 24 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.684 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 25 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.687 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.687 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 26 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.697 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.697 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 27 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.713 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.713 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 28 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 29 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.727 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.727 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 30 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.733 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.733 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 31 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.740 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.740 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 32 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 33 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.758 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 34 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.762 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 35 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.779 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.779 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 36 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.792 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.792 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 37 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.793 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.793 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 38 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 39 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.809 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.809 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 40 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.818 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.818 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 41 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 42 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.829 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.829 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 43 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.855 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.855 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 44 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.862 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.862 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 45 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.867 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.867 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 46 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.877 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.877 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 47 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.881 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.881 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 48 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.901 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.901 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 49 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.904 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.904 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 50 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.912 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.912 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 51 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.918 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.918 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 52 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.925 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.925 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 53 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.927 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.927 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 54 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.939 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.939 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 56 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.946 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 57 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.954 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.954 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 58 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.938 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.958 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 58 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.961 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.961 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 59 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.962 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.963 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 60 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 61 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.974 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.988 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.987 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:35.990 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:35.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a] Created a new pooled channel, now: 62 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:de73116a] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5d76bd03 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:de73116a] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7] Created a new pooled channel, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:a10f41b7] SSL enabled using engine sun.security.ssl.SSLEngineImpl@14d6cda7 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:a10f41b7] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.005 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210] Created a new pooled channel, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:9f5b1210] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5a72e8ce and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:9f5b1210] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c] Created a new pooled channel, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:643e0c1c] SSL enabled using engine sun.security.ssl.SSLEngineImpl@310051b4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:643e0c1c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355] Created a new pooled channel, now: 63 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:6619b355] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7eb94a2b and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.006 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:6619b355] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.008 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.008 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 64 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.011 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.011 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 65 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.014 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd] Created a new pooled channel, now: 65 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.015 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:c513c4bd] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6938130c and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.017 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:c513c4bd] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.018 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80] Created a new pooled channel, now: 65 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.018 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:2ac08e80] SSL enabled using engine sun.security.ssl.SSLEngineImpl@48c9df91 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.019 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:2ac08e80] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.019 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705] Created a new pooled channel, now: 65 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.021 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:55687705] SSL enabled using engine sun.security.ssl.SSLEngineImpl@607823c4 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.022 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:55687705] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.022 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.022 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 66 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 67 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 69 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.033 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.033 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 69 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.046 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.046 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 70 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 71 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.050 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.050 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 72 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.050 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.050 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 73 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.062 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.063 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 74 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.067 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.067 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 75 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 76 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 77 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.087 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.087 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 78 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 79 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.095 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.095 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 80 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.098 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.098 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 81 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.099 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.099 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 82 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 83 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 84 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e] Created a new pooled channel, now: 84 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.120 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.120 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 85 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.121 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:ba098a0e] SSL enabled using engine sun.security.ssl.SSLEngineImpl@a8a4576 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 86 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.132 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:ba098a0e] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.137 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:67c21a66] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6e2d1ff8 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.137 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:67c21a66] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.138 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:a5e5ebc9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@6be57c27 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.138 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:a5e5ebc9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.138 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:43441cd7] SSL enabled using engine sun.security.ssl.SSLEngineImpl@3b789b5 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.138 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:43441cd7] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.142 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:82384090] SSL enabled using engine sun.security.ssl.SSLEngineImpl@7d6d5fe2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.142 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:82384090] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:ec08b3e1] SSL enabled using engine sun.security.ssl.SSLEngineImpl@66c265f and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:ec08b3e1] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:62786cae] SSL enabled using engine sun.security.ssl.SSLEngineImpl@5735eec2 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:62786cae] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:795d1998] SSL enabled using engine sun.security.ssl.SSLEngineImpl@37c6ad42 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:795d1998] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9] Created a new pooled channel, now: 87 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.143 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.tcp.SslProvider : [id:98590df9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@64118689 and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:36.144 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.transport.TransportConfig : [id:98590df9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:36.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 88 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 89 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 90 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 91 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 92 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 93 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 94 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 95 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 96 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 97 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 98 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 99 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 100 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.236 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 101 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.237 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.237 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 103 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 103 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 104 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 105 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 106 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 107 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.269 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.269 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 108 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 109 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.279 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 110 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 112 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 113 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 113 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 114 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 115 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 116 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.308 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 117 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 118 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 119 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 120 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 121 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.336 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.339 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 123 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 123 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.353 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.354 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 124 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.392 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 125 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.397 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.397 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 126 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 127 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.399 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.400 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 128 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.411 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.411 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 130 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.413 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.413 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 131 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 131 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.422 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.422 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 132 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.425 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.425 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 133 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.427 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.427 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 134 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.428 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.428 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 135 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 136 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.452 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.452 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 137 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.456 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.456 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 138 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.459 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.460 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 139 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 140 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.465 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.465 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 141 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.471 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.471 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 142 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.476 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.476 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 143 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.480 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.480 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 144 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.491 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.491 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 145 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.495 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.495 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 146 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.498 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.498 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 147 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.619 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 150 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.613 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.623 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 150 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.626 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.606 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 151 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 152 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 153 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.626 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 151 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 154 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.641 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.642 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 155 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.642 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.651 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 156 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 157 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.669 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.669 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 158 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.670 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 159 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.680 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.680 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 160 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 162 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.685 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 162 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 163 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 164 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 165 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.760 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.760 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 166 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.770 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.770 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 167 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.777 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.777 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 168 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.778 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.778 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 169 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.785 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.785 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 170 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.795 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.795 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 171 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.797 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.797 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 172 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.818 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.818 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 173 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.831 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.831 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 174 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.834 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.834 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 175 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.835 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.835 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 176 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.840 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.840 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 177 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 178 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.860 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.865 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.865 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 181 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.869 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.869 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 181 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.869 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.869 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 182 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 180 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.870 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.870 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 183 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 184 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.877 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.877 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 185 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.881 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.882 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 186 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.885 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.885 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 187 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.888 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 188 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.913 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.914 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 189 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 190 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 191 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 192 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.934 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.934 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 193 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.937 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.937 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 194 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 195 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 196 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 197 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.961 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.961 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 198 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 199 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.971 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.971 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 200 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.980 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.980 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 201 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.986 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.986 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 203 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.986 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.989 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 203 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:36.995 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:36.995 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 204 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 206 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 206 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 207 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 208 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 209 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 210 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 211 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 212 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 213 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.289 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.290 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 214 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 215 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 216 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.326 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.326 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 217 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:37.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 218 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:37.745 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:9d6f49c0] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:de73116a] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:a10f41b7] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:9f5b1210] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:643e0c1c] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:6619b355] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:c513c4bd] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:2ac08e80] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.751 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:55687705] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:37.806 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.817 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.837 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.837 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.911 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.912 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.912 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.912 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.917 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.918 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.918 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.918 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.918 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.921 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.924 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.924 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.924 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.924 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.931 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.932 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.932 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.932 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.932 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.933 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.933 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.939 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.939 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.940 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.940 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.941 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.941 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.941 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.941 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.941 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.942 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.942 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.942 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.942 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.962 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.963 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.963 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.963 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.963 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.964 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.964 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.970 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.971 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.972 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.973 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:37.973 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:37.973 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:37.973 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:37.973 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:37.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.038 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:97f163e3] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.038 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:1e3d6a0f] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.038 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:ba098a0e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:67c21a66] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:a5e5ebc9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:43441cd7] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:82384090] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:ec08b3e1] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:62786cae] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:795d1998] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.transport.TransportConnector : [id:98590df9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.067 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.067 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.067 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.067 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.068 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.068 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.069 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.070 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.074 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.086 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.089 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.089 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.090 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.092 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.093 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.093 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.101 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.101 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.101 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.102 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.102 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.102 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.102 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.102 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.103 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.105 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.106 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.106 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.106 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.106 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.106 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.121 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.125 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.139 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:64b10c0d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:5dfd444e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:372bdff9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:153685cc] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:4d8d2608] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:09cc2131] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.258 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:c56d9f5d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.259 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:512860f4] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.259 DEBUG 1 --- [reactor-http-epoll-3] r.netty.transport.TransportConnector : [id:18daeb9b] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.521 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.521 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.522 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.522 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.534 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.535 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.535 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.535 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.535 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.536 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.536 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.536 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.536 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.536 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.537 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.538 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.538 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.538 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.538 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.552 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.552 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.553 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.553 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.553 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.553 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.554 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.554 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.554 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.554 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.554 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:bc567489] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:24c73c21] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:d2c34860] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:8b5f340d] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:9fe33a45] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:f5ca0a41] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:3fe66fb9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:f0edfdc8] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.561 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:1c766a6e] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:38.562 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.562 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.562 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.566 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.566 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.566 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.566 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.567 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.567 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.567 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.567 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.568 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.568 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.568 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.568 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.568 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.569 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.574 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.575 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.575 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.575 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.575 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.575 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.576 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.577 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.578 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.578 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.578 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.578 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.578 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.579 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.580 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.581 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.582 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.582 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.583 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.584 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.584 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.584 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.584 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.584 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.585 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.586 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.586 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.586 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.586 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.586 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.592 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.592 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.592 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.592 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.592 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.593 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.593 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.593 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.593 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.593 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.594 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.594 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.594 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.594 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.594 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.595 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.595 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.596 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.596 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.596 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.596 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.596 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.597 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.599 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.600 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.614 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.615 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.615 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.615 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.615 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.615 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.616 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.617 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.618 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.618 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.618 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.618 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.618 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.619 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.620 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.621 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.621 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.621 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.621 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.621 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.622 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.623 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.624 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.625 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.625 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.625 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.625 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.625 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.626 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.626 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.626 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.626 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.630 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.631 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.632 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.632 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.632 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.632 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.632 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.633 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.633 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 219 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.637 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.645 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.645 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.646 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.646 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.646 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.646 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.646 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.647 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.648 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.649 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.650 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.656 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.656 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 220 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.658 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.658 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 221 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.659 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.659 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 222 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.662 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.662 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 223 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.668 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.668 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.668 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.668 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.669 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.669 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.669 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.669 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.672 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.672 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.672 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 224 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.672 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.672 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.676 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.676 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.676 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.677 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 225 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.679 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.679 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.679 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.679 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.680 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.680 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.680 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 226 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.683 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.685 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.685 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.686 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.687 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.687 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.687 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.687 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.687 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 227 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.688 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.689 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.689 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.689 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.689 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.689 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.690 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.690 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.690 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.690 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.694 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.694 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 228 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.697 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.697 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 229 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.697 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.697 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 230 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.703 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.703 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 231 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.708 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.706 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.708 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.713 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.713 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.713 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 233 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.715 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.716 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.710 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.717 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 233 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 234 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.721 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.724 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.724 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 236 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.726 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.726 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 237 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.729 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.729 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 238 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.730 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 239 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.732 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.732 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.732 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.732 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.732 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.733 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.734 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.734 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.734 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.734 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.734 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 239 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.736 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.736 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 240 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.738 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.738 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.738 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.738 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.739 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.739 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.739 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.739 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.739 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.740 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.740 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.740 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.741 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.741 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 241 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.748 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.749 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.740 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.750 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.750 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.751 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.752 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.754 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.754 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.754 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.754 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.762 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.762 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.762 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.762 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.762 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.763 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.763 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.763 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.763 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.763 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.764 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.764 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.764 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.764 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.764 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.765 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.766 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 242 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.771 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.771 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 243 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.774 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.774 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.776 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.776 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.776 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.776 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.776 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.777 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.779 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.779 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.779 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.782 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d841656c-1539-41af-90e8-894956e6cb22, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.782 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.784 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.784 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 244 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.786 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.787 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 245 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.788 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.788 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 246 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.791 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.791 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 247 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.794 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.794 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 248 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.801 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.801 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.801 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.802 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.805 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.805 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 249 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.807 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.808 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.811 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.811 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 250 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.812 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.812 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.812 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.812 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.813 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.815 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-da5207ed-d34b-4173-9d48-95e120901fa4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.815 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 251 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.819 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.819 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.819 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.819 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.819 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.820 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.820 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 252 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.831 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.831 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 253 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.835 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-651fe519-ec07-4967-aeda-7a83980dba65, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.835 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 254 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 255 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:38.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:38.850 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:38.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:38.851 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:38.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:38.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.865 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1060286-893b-4146-b20d-c7c92c52347c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.865 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.930 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.932 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.933 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.934 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-1, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.935 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-1, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.936 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-1, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.930 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-1, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.944 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.944 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.944 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.946 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.946 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.946 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.946 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.946 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.947 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-565e51ad-6186-4c0a-9759-f3e4fce5928f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.947 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.947 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-1, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8cca56f2-458b-463e-a61d-9c8ea2fbb28c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.949 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-1, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.950 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.951 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.951 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.951 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.951 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7bfa8f31-532a-47de-8252-500e458c81ca, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.951 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.952 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.952 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-1, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c7a01f69-691c-4b28-a799-3d7e66e2279f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.953 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-1, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fa330159-396e-4184-b8e3-261b48543de3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-1, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.955 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ff615ee-39b9-47d2-96c4-510ea66020df, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.956 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-1, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 247 active connections, 9 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b68f875-d475-484a-925d-3bdbcf99a9d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.957 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.958 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a32e2dfb-a678-46fc-a66e-afbee36e1e91, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.958 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.958 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.958 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-1, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.959 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.959 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.959 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.959 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 246 active connections, 10 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.960 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-537bd66d-f6f9-4a4b-823f-93c0cfba6655, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.960 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.960 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.960 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-1, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-25a8053e-fe05-45eb-b3d1-6c0621f3f070, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.961 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-1, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.962 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-1, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9505a508-826b-49c2-82e3-6b9e08f84cc7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.963 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 243 active connections, 13 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8c33bc91-7cf9-475c-830b-bdf63fb92641, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.964 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.965 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-1, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.965 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.965 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.965 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.965 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 242 active connections, 14 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-46739dad-ea5f-4fa4-8855-605ae02a774a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.966 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-1, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.967 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-1, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.967 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03a2a833-1532-4951-a5a3-92b13da40640, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.968 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.968 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.968 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-1, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 241 active connections, 15 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-64342a1b-8479-4bff-be97-b8a15ec7ab4e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.970 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9513cbeb-5f71-45aa-8f31-116851f609bc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-1, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 239 active connections, 17 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5bf4485-dcd6-498a-8a7a-22bba784a385, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.972 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-1, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 238 active connections, 18 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8dfb54cf-cf4e-4810-8795-b65431b1bc5c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.974 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-1, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 237 active connections, 19 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c24f35c6-413c-41c8-846e-8be3f955d906, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-1, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 236 active connections, 20 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ebe05c7d-99ac-406f-a245-f1446a470a17, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.977 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-1, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.978 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.978 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.978 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.978 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 235 active connections, 21 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.978 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-1, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.979 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.979 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.979 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.979 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 234 active connections, 22 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.979 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 233 active connections, 23 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7af1857e-cf39-4f37-a287-ce9fa6c35b78, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.980 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-1, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 232 active connections, 24 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-791d38aa-8845-4dca-b128-d969a24bcb02, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.981 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.982 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-1, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.982 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.982 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.982 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.982 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 231 active connections, 25 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48026079-cee5-4c6e-ad14-d5a3dea2cd4c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.983 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-1, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 230 active connections, 26 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a9c48450-4bcf-42ec-8dbc-15dc0efd43af, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9cded97e-1220-4024-ac1f-bc8b85a04ded, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.984 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-1, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.985 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 229 active connections, 27 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.986 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee13b977-b4d4-470a-b32e-5ddb72a3f2b6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.986 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.986 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.986 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-1, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 228 active connections, 28 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b52d0ef2-e649-42bd-8a40-834160199a71, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.987 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-1, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 227 active connections, 29 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-195f9c29-b59b-4212-aa58-250013fbd26f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.989 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.989 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-1, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.989 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.989 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-1, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 226 active connections, 30 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dd7d735b-4c8b-463c-9358-45914fca9b13, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.990 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.991 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-1, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 225 active connections, 31 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4f8d50f0-c86d-46cb-afa0-34e729e4740a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.992 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.993 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-1, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.993 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.993 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.993 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.993 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 224 active connections, 32 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22bcfd20-67f4-4822-8252-c0cae6c58d65, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d4b9d031-9fc2-4d3f-a298-ff9254ace1f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.994 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 223 active connections, 33 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7d1378c7-5705-462c-8a85-bd9396c69916, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-1, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.996 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 222 active connections, 34 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.997 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3f9860a-aae1-4dd7-bb21-226fd62f68e9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:38.997 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:38.997 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:38.997 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-1, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:38.998 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:38.998 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:38.998 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:38.998 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 221 active connections, 35 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:38.998 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-744ff41b-4962-4991-b26a-ab01a7513770, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.006 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-1, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 220 active connections, 36 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a8e4667c-c59b-4ec6-846b-e8919b4a278d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.007 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-1, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.008 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 219 active connections, 37 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.009 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e252f0b7-54b0-4e43-99d6-75ce41907679, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.009 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.009 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.010 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-1, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.011 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.011 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 218 active connections, 38 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.012 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.010 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-1, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 217 active connections, 39 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b1a9ad64-553a-41ae-b26b-fa64af7f8eee, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.014 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.006 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.021 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-1, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.022 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.020 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-1, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.026 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 216 active connections, 40 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e7f2303-2697-4a22-93c0-cf7b721d26db, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.027 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-1, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.025 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.031 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.032 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.033 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.034 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 215 active connections, 41 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-40ce8b8e-6ac1-481c-8028-b427ebfb514b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.035 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.037 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.037 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.037 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.038 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-1, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.038 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 214 active connections, 42 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 213 active connections, 43 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-97530666-5e0c-48d1-abfe-41939ca78b83, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-1, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.040 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 212 active connections, 44 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.041 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b956fd84-d704-4080-9995-e74d2e0a638d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.041 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.041 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.041 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e77c32b-8649-4415-9fa7-7bfd2c982659, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.041 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.042 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.044 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.044 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.045 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.045 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.045 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.045 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.045 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-1, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-1, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 211 active connections, 45 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5f0974ec-65d7-455e-8348-05f1adf8bbb1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.047 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.047 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.047 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.047 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.047 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 210 active connections, 46 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.054 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-1, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 209 active connections, 47 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3db955a3-4812-4310-87c0-70e4049ee38b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.055 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.056 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.056 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-1, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 208 active connections, 48 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-15766477-64f7-4beb-84d2-23b90bcbd066, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.057 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.058 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-1, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.060 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b38e4618-8954-4600-9a32-d8d0e4ad2cb9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.060 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.060 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.060 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.061 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-1, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.061 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.063 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.063 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.063 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.063 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.066 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.067 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 207 active connections, 49 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.067 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ca20b7d8-7852-41a5-980e-a17a2ab957ad, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.067 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.067 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.068 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-1, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.068 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.068 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.068 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.068 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 206 active connections, 50 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.069 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d55520a-9300-497c-8c7d-d42f7de240a2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.069 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.069 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.069 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-1, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.072 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.073 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.074 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 218 active connections, 38 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-79e7d597-71fa-490a-a638-635595cad636, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.080 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.081 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-1, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.081 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.081 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.081 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.081 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 223 active connections, 33 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b64ddef7-2840-4707-8f1b-5bb61c9d4c78, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.082 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 224 active connections, 32 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.083 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.084 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-579cf03a-6384-42d4-8e40-bb24ddce7421, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.085 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-1, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 223 active connections, 33 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.088 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.088 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.088 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.089 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 222 active connections, 34 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.095 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d7f104d-a7fa-41f9-a2db-2bd3532e8035, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.095 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.095 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.095 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-1, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.089 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a69b8b7f-2300-4177-80c7-0b1aeb79623e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.097 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.094 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.098 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-1, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-12b77a81-dddc-4371-81f1-8e5ba2f9dfe8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.100 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-1, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.101 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-1, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.101 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.101 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.101 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.101 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 243 active connections, 13 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.102 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.104 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.105 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77305a0a-18d2-449f-b637-99f2993a7aba, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.106 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-1, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.107 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.108 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09af9fbc-ecef-4c2e-a34e-c658c00c0588, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.108 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.108 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.108 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-1, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d387111b-47fa-4b7a-81b1-d0d33c26899e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.109 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.110 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.110 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3cb0f12-a279-430f-8dfb-cac91e4b484d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.110 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.110 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-1, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a9c760e2-2e3c-49d2-9852-c1915c41ba43, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.111 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.113 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.114 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.114 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-1, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.114 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fe797afe-1684-45d0-b598-c9377db2408c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.114 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-1, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fed10fb1-8cd1-471a-8d81-2a73c9c62232, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.115 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.118 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-559a66b8-66de-49e1-be18-646555ea9fc5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.124 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-1, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cd4d8765-be18-4f9d-9e75-2be967072fea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.125 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-1, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-1, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9673f523-b2b2-46fe-a76a-94441abfccaa, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-1, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.130 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c26a53dd-6a65-4a51-bb1e-5c87a1fc8881, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.130 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.130 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.130 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-1, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-255770f5-fb08-4702-aca4-7b354b3d1692, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.137 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-1, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b0106f5c-fd7e-4719-af33-ab2192865442, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-1, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06a4435c-23dd-4274-8a54-e0435e328e24, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-1, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ba1d8501-cd2c-46df-bd55-5c095302a471, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-1, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0e2bcaf4-7e0b-4100-a0e6-18c663004c36, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.147 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-1, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d67d8b7-f0eb-4648-b682-83933d6bb848, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.149 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c9375d3-8ec2-4c8e-946c-03848427c3d9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.149 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-1, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.154 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f5bd8aa-48f3-41dd-a530-04bea8c32f46, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-1, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3a0b40d3-04d2-459d-9a55-41a1ecc750ac, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.157 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-1, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-1, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-35c0a198-fbfb-4b29-8f96-a5e38a5c5880, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.166 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.167 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-1, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-29fa76d9-8ee3-4543-a971-c07a88026cbc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.168 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.167 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49edc770-445b-4ec6-b827-c139b28328b9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.169 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.170 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-1, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ab4aced8-b0b7-4a06-abcb-e2982dfd06e0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-1, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.176 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-af21684d-b058-4058-8ac4-1bdbdca4f4bb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.180 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-1, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de2540b8-4350-46f6-bc05-7f1ed256faef, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.182 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.182 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-1, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b9e960f6-815b-42e3-b29c-86f7a10918e9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.183 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-1, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cdb32098-488b-4731-b513-181a0df3def1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb862ea1-9f83-489b-b388-51893b11325e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-1, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-1, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f5d37c98-3167-43ef-9961-2fcfba3ad34e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.187 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-1, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7745192f-1ed1-41a3-9450-de2e747f540f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.190 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-1, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.192 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9769fcb4-8189-4c4e-9af6-28393705df03, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.192 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.192 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.192 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-1, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.194 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19b217f5-9e48-4383-bc34-6cefaa589632, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.194 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.194 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-1, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1835e90d-7a7a-47b2-af94-ad8cbf466525, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-1, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-1, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61ff3bbd-e259-4a2e-936b-95c8a0a06485, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-1, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 256 active connections, 0 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.200 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.198 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b12d3e6f-d5fb-461d-9366-db8179a76735, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.202 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-1, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.204 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.204 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.204 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a2281d23-e90d-437f-ae29-54557b2f8660, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.206 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.204 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.206 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.206 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.206 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-1, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.209 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.213 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.217 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-318e4682-d706-4793-9d6c-66b2d430c55a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.218 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-1, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03a827bf-c355-4f7c-b15d-502b6906378c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.221 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.221 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-1, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.224 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.225 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.225 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.225 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.225 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.225 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.226 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.226 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.226 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.226 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.226 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.227 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1b412856-1970-4564-9384-d2f514a0b759, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.229 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-1, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-40f77803-8be2-4f21-bfa5-922d6c364902, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-1, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.232 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749] Created a new pooled channel, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.tcp.SslProvider : [id:72fa7749] SSL enabled using engine sun.security.ssl.SSLEngineImpl@2761e58e and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.transport.TransportConfig : [id:72fa7749] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.235 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.237 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d796157d-f0d2-43bf-8694-2d60941145ae, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-1, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c6e8a545-d66f-471f-a1c6-f00d186f68f6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.241 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-1, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6ddf8a1b-3513-4864-b314-36803d53b3a1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.244 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.245 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.245 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8191aa4c-10fd-4c79-98d4-a8c4ab2ae3ac, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-1, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.247 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-1, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-29f2e194-8a15-4de5-9656-b44d5566493f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-21f8d3e0-6cae-40c7-a9c1-c439302d2b22, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-1, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.250 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-1, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e5ffc6c1-489f-4493-80ab-1f427497ec11, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c17b40f4-7c67-43fa-900d-5c0c363422ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.252 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-1, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-1, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f859d642-7d47-4569-8a50-25604cb187b3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d134f10c-8fd1-4cde-b573-0e89efea22d2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.255 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.256 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-1, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.258 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-1, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d2dc40bb-6bde-4a69-b4c2-6bf68d7e8ca9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.260 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-1, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce6721ed-fb91-4df2-a143-0c28f31a8489, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fab9ac99-2057-4fd5-91bf-add298ce597e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-1, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.264 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-1, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a6006d31-9538-49fe-923f-b56bbb0f8656, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-620ce3e5-85d7-41cd-978f-418313b93573, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-1, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-1, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.267 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.268 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.270 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1603b0fb-4e50-4997-9b7e-6e1608cbf151, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.271 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-1, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a8675a10-2660-4381-a22c-7bc4c9483852, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-1, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.274 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-da075e5c-d81a-44fd-b6a7-bdeed6c3f0d5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.276 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-1, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc9e7701-7f9d-4cda-8e1b-82a132547392, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-1, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-84e9cc07-71e5-4685-bbdb-498b0a1454e5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-1, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d8b78cb3-2df2-496c-a6b7-e6e9d055792f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-1, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-366f9467-a20f-42f7-a47e-c79e33b154c4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-1, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6fa2ad61-e3c9-4c50-901c-29d2370db618, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-38b04043-9886-47ad-9f91-a2fb8d0176a3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.282 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78740e21-1756-4181-b594-959eea46d680, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-1, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-707feb2c-acb8-4ee5-874a-0e123c0dc304, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-1, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0253d83f-8fc4-4d79-8ddf-f5e634a33ca3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-1, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f17737d-8f76-45d9-9499-c0e9725e8b36, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.285 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-1, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-444ce1e8-7f2a-44cb-9cee-a75bb6a79092, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.289 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-1, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78e9e7f2-72f6-4623-88ce-bdee88ce80f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.290 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-1, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f807169e-ce27-4d02-b114-f069e601df06, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-43387656-6447-48d3-80b4-42ad5fc15267, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.297 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-1, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2051a7dd-05a5-4ec6-9304-7d87fa94f23d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-1, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-692eb5ca-8ea1-4c8d-9588-76476a3ca1aa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.302 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-1, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-1, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.303 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.303 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.303 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.303 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e39b7e27-ab1d-42c2-846f-9c3f2de0b81c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-1, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.304 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8c1c6b4-a3ae-4778-8159-276f247189d8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.305 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a6e0bc1-d0d3-44e9-9949-a1dc15727c07, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be0e3c75-a013-426b-8175-ee9a1617f383, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.308 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-1, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ec087d04-b83f-443f-9598-c4fef84da46f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.309 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-1, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.308 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-1, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0bcd2ce4-9370-436d-b046-63ecbd440a70, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-1, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1444f1a0-4ae0-486d-a95a-adb7994bfd52, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00609583-7b83-4dfb-8a2b-f42266299c50, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-1, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-33a64d72-5f47-4fd3-ae6d-19149943f910, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.313 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ff7b203c-25e4-435f-b440-73a6d9f06a80, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.314 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-1, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.316 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.317 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.317 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.317 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.317 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.317 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.319 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.319 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-1, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.319 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.319 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.318 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-1, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f7cf8959-0f4f-4e47-8057-85472229d8be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-1, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44bd5b24-5c00-4652-a5f0-b26076368242, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-1, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c05eeec-b876-4e09-a484-19b3f209d082, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.323 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-1, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.322 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9ef03175-95ab-4a2a-ae26-da6d7014545f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-1, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.325 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-01a0a716-438e-40fb-9140-a03a2b1ca0aa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.326 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-1, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.327 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-35890aac-8542-42ac-8bbf-587e7561d4f0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.328 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-1, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-819a86bc-37cd-491f-9cd9-e5823d1ed74e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.330 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-1, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.330 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:38 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-970ddb17-291d-47c8-bde0-cf5b6055a668, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.331 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-1, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.333 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.333 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.333 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.333 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.333 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.335 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-37a592de-1424-4cb0-9d0c-a1f4cedcd9c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.335 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.335 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.335 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-1, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-442b7d7e-146d-4150-a073-92d13ec8415e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f892a478-2d79-4ffd-b9c0-47f72e949059, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-1, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.336 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-1, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d78d8dc2-cf2b-4793-8c6b-e61afc09e449, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.337 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-1, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f2c8fcf1-53eb-4d9b-8b8f-1bb36444b8c0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bd261b97-19e1-4693-9b85-94527dd9e02a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-2, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.338 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc144ff0-7e6d-4d9a-9d07-0de55acdac14, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-1, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-2, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.339 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.340 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.340 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.340 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 255 active connections, 1 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f9a193a4-86e0-463c-bdc8-2764f5191966, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.340 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-01679e5b-8b68-4170-8997-abfc2b441b9c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ac62e6b2-e2d4-4b14-9237-361c27b7d78f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-1, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-2, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-1, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6eee2414-b638-477e-bbbf-1897f923de4f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.345 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-1, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6fdde8be-c7f6-4941-8f42-4497b851e854, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.344 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-1, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f41cc422-86bb-4c52-ae7e-8423862a6de9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-1, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-89847582-323e-48a5-8551-f90bd2dfd98f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54207a62-f418-47ab-8142-b193c12a2e7d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bff3d3ad-6453-40bb-871d-7f97b222f0c0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.348 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.349 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-1, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75da4565-f005-4e55-b69c-21d15c8740e4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6116d9a4-1d9c-406d-a920-afae095632b6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-1, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.350 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-2, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.351 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.351 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.351 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.351 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-1, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61509f4a-09ab-42b4-89cc-6f59596ef5e2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-1, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0cb84498-3114-45d5-9073-83c8035b8a15, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.353 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-1, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-52b2c3a8-0c51-4e4e-a93b-ea7c6454553a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.354 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-1, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bae7d006-cee9-421f-8c96-04bc91810f86, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.355 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8e935cb1-d202-440e-91bb-b1792be66939, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.357 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-1, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-1, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.358 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1f1443ff-6623-4caf-b45d-21be2025a3fa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.358 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-2, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c980748-9035-424b-9d01-45e18822e437, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5e84eb14-0603-4577-afd9-6751523c9503, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.359 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-1, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9] Created a new pooled channel, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.360 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.tcp.SslProvider : [id:530954c9] SSL enabled using engine sun.security.ssl.SSLEngineImpl@59e220df and SNI revgeocode.search.hereapi.com/:443 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.transport.TransportConfig : [id:530954c9] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-23f1d4f3-e9d1-4c37-8235-f16a4de16046, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-124b53cd-7368-4415-91d1-e1addc4b9320, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-2, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.363 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.364 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.364 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.364 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.364 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.365 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.366 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.366 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.366 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.366 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.362 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-1, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 247 active connections, 9 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92ea5d57-fa27-4e2e-b3d2-7fcd458937c7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-1, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 246 active connections, 10 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-80fa2f6f-3442-49df-a7a3-e37573b6c5d0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-1, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e990d52-d3d5-40d1-9c74-2b64d9f75410, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-1, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.371 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.372 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.373 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-1, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.370 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.380 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.381 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.382 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48954637-3cfe-47ab-90cd-13810fced2da, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.382 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.384 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 243 active connections, 13 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.384 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f29042d7-55ab-4f9f-8e32-b16c1c263977, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.386 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-1, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 242 active connections, 14 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-027fea99-f513-45b5-b127-f7db97296869, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.388 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.388 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-2, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 241 active connections, 15 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83383010-980d-499b-9731-35e879302875, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.389 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.391 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.392 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-2, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.387 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.392 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-1, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-99d934f4-7621-43cd-a71e-33d04d8f3b98, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.395 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 239 active connections, 17 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c71354fe-3fd6-4522-b980-2e578065c403, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.397 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.398 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-1, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 238 active connections, 18 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-97fd55a6-df2d-45ed-b644-707b9381472e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-1, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 237 active connections, 19 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb056450-5cbe-4e1b-92e3-43faa983784d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-2, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.415 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 236 active connections, 20 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.415 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0fed2423-c24b-4b5a-9f1e-390a2e729024, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.415 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.415 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-2, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 235 active connections, 21 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1230a705-6caa-4cf5-b536-499db467e2c7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-2, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 236 active connections, 20 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1c7a86a5-9a4c-4dc6-83ef-f831b5c9f2da, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.417 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.418 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-2, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.396 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.448 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.448 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.448 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.449 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.449 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b62c6b42-410e-4b77-a490-9a90466dfb74, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.449 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-1, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.450 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22662ef5-3fe5-40db-abfd-d08b957c0535, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-1, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.451 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.452 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-82b85728-bb12-464e-aa2a-e6689dfed72a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.452 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.452 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.452 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-1, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4217eb23-bdeb-4e52-b8fa-aa77ae6d5774, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.453 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-1, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.454 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.454 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.454 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.454 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.458 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.458 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-1, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.459 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.460 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.462 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.467 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.467 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5a435d43-aa40-40f8-85bd-982b81488daa, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.467 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.467 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-2, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 247 active connections, 9 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1974f0e5-e624-417a-af74-f2b5cd2cc68d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.468 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.469 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-2, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.469 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.469 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.469 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.469 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.470 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3ae7ee54-7ebd-4153-9389-9cfbc6e5bf76, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.470 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.470 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.461 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.470 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.470 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.471 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e684f54b-46d4-4d6f-ac3b-057b01f29855, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.472 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.473 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.474 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.475 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.595 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.595 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.595 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.596 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.598 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.599 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.600 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.601 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.602 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.603 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-1, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.604 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.605 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eea22a85-43a6-495b-b831-1b1edfc3e6d9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.605 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.606 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.606 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-1, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-74c8f575-2ea8-4479-92a1-6d323b8710a1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.607 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-1, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ff781d90-e042-4ddb-9a63-d8032df867b7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.609 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-1, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-50a81b76-583d-45fb-94a3-d5609037282d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.610 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-1, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d7a1f8c4-ee18-41b6-a52d-912c9aecf6d2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.611 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-1, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bde41fb4-129c-4b76-bdb9-9d86e3f6c8ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.612 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-1, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.597 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-2, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e2c0407b-28ad-40ba-a526-41977ff54f43, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.613 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.614 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.615 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-1, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f072e59-5fe4-428b-8ac1-1dd52347ccc9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.616 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e138d96-f794-423b-a20c-8c93910d8085, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-1, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.617 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.618 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.618 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.618 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.618 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.619 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-98e184a2-3c39-4f41-a4f3-6459249a7760, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.619 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.619 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.619 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-1, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87af14a4-5324-4af5-9d25-b8cabcd4e0d5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.620 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-2, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fdfaf2fd-88e7-42da-853b-ce1a650484b3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.621 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-2, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-850e2863-4d98-4227-bef6-24a7f586efc0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.622 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-1, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-105e2022-eb12-4aaf-b5e6-641532eeca31, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.623 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b0a34a1-70e2-489b-82bf-930f1299c237, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-1, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-1, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.624 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.625 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8bcb4c8a-a6d2-45df-bca5-d7d6b3abaf4d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.625 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.625 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.625 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-1, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b517d50b-da26-4e37-aead-4d4dd49669f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.626 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-1, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-1, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.627 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c5c90a81-6feb-477c-b5fe-8feecdb52892, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-58f873b1-32f7-4375-aa96-687461b16237, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-1, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-1, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.628 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de613f42-3f62-4517-80f9-339f164a0a7c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-13fd7c9d-9dd7-4dcc-a65a-070f40eaa8f4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-1, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-2, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.629 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f876c25-d081-4510-b6c5-61b1ce86d001, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ca58acc4-d647-474b-8e54-33134787df93, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e7a692f0-6d34-4c4c-b215-29c902897bac, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.630 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-2, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a210873e-32ab-4fc5-bf25-fe34aadd7ae2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.631 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-2, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d70febb4-f52a-49cf-bb4e-b174531c4f6d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.632 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-2, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81737586-44a1-4fdb-8ddf-bb66fb58b90e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.633 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-2, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4344f17f-0378-4872-89bb-c611312edd52, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.634 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-2, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f2be658e-34bc-4d8e-ab5c-9b5157add940, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-2, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.635 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4f4bd66c-1239-4d28-b4fe-3612808b6070, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-2, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3386479b-02d7-4a4c-9dd8-ab6d4bc3fd76, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.636 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-2, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f9dbe765-28f2-4fa3-a43b-17533689bb9e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-2, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.637 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b23c9f47-fc47-4f8c-a18d-7888e65bd297, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92902eb1-e403-4f23-9ad7-407df99f5e09, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.638 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.639 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-2, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5a459dc2-d66a-4dae-89d6-b50e293a2354, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.640 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.641 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-2, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.641 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-2, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-72d85663-b0af-4022-868e-fa9f8d95efdd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-1, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.642 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-1, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b0b68a76-b114-4916-be5d-f70ce05f1e1c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.643 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-1, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e747baa7-a6a6-4a3d-9dc8-5aba76d4b93e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-1, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.644 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-84ea7645-3ead-4f8d-a2f4-79827645b453, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20864586-754d-41fe-a9f0-b4f76ceeba20, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.645 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-1, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3ebf39fa-1866-4b60-a8be-dfce4f2b8029, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-1, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.646 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a8870953-beca-4805-b2ff-6acddf65d8dd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-1, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-2, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 254 active connections, 2 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 253 active connections, 3 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.647 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b8dc2ee-7307-4a34-be92-d9d066c4d865, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee96e2b3-0861-408c-b41b-0a815e32172a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-1, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 252 active connections, 4 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-1, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 251 active connections, 5 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e5db7e33-4f63-4aa8-a2da-73bb054f2bfe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.649 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-2, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.648 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f2740c59-27d4-4e31-a779-05b5509a0721, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 250 active connections, 6 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03da7641-9bdf-4dce-9fbf-14d2a61388ad, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-1, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.650 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 249 active connections, 7 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-2, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-59199e0f-c332-42d6-b2f2-0a32d38147d3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.652 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-2, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.652 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.652 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.652 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.652 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 247 active connections, 9 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.651 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-25e47cc8-95f1-444b-ab11-7a33f9806cb4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.653 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.653 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-1, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8993060a-be2e-46aa-86fc-330d9dd85e88, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.654 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-178891b3-5f83-47fd-b708-d13755a77b2d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 248 active connections, 8 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0601b857-6c47-4bee-8db4-16e589b03324, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-2, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 247 active connections, 9 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.655 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-2, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bf207965-cdbf-46d4-bf23-b0a01692f508, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-2, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 246 active connections, 10 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 245 active connections, 11 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-59678b64-e30d-4312-bee1-d1411df1d976, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db323803-0215-476e-9eac-8c2d9ac26d5d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.656 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-2, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-2, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 244 active connections, 12 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87e55914-46cc-4593-8ab5-362292b0d140, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 243 active connections, 13 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.657 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1530b6f-e5a6-4152-848e-480a0a010fbd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-2, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 242 active connections, 14 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f7914756-dec0-4826-b4e1-a65b96a31954, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-2, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.658 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-2, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 241 active connections, 15 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 240 active connections, 16 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.659 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-1, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.662 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-2, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 239 active connections, 17 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e41f944-830f-47b9-83c5-ea5a5a38ca0d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.663 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-2, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 238 active connections, 18 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-50f5f2ac-c577-4c2f-bdac-4870fd5d856f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 237 active connections, 19 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.664 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-073e3607-bc53-49b2-9a2f-f402d7d9481d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-1, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-2, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 236 active connections, 20 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 235 active connections, 21 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85c88a18-c749-43b5-ab8d-5879d52f33ad, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.665 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cea92722-1158-4b29-b4ad-fa9e3e97bd77, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-2, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-2, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 234 active connections, 22 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 233 active connections, 23 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87465a3d-2740-4b67-8677-541a41f2288c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7de0a45d-689a-4f0f-a0f0-5ae2aa7f7ceb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.666 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-2, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-2, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 232 active connections, 24 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 231 active connections, 25 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3832062e-4ec3-41ed-b2a6-acda8d5b5ab0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-24462a86-679c-4134-8176-9e4106378018, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-2, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.667 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-2, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 230 active connections, 26 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ab0a9b94-4e42-40e5-a33d-f6fccd896cff, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 229 active connections, 27 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-2, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d544ef2-2f1a-4fad-8a1c-d976ca1f4331, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.668 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 228 active connections, 28 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dfdca18a-e88c-4c6c-b399-770f90b6daa5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-2, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 227 active connections, 29 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-2, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20ed7cfe-cf37-486b-aa84-e8743099d9d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 226 active connections, 30 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.669 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b70e36b5-44f9-457c-b7c6-bae4cd7b60c6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-2, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 225 active connections, 31 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-2, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06e56062-def0-4f91-b2cb-7e2b1c552979, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bd088e0-b291-4e69-a6c5-ad17be832581, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.670 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-2, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-2, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 224 active connections, 32 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b30e9b4d-2e8a-42b3-9189-1c4aca0297fa, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 223 active connections, 33 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-2, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48333140-8a50-4f1f-b249-26d78ce4042d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.671 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 222 active connections, 34 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-26cba033-f421-4f00-ab22-997cd5db7267, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-2, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 221 active connections, 35 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-2, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-439009e6-5e72-471b-b59a-1ad06c54fa59, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 220 active connections, 36 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.672 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b9cb8de4-3db8-4d5b-b9e5-3b603727924f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-2, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-2, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 219 active connections, 37 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 218 active connections, 38 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60a896b3-59ad-428e-84e9-2973e5942940, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.673 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85d3e179-4dc8-49e4-8032-2023326b1bb0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-2, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 217 active connections, 39 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-2, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc8c3f6a-0bc0-4dd7-a6e4-8b6e52fef9bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.674 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-2, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 216 active connections, 40 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-631aefbd-d0b3-4cd9-b677-3fb7dd78576e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-1, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.675 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 215 active connections, 41 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92719e94-b19e-416a-9d3b-fd2f26f001a0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-1, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 214 active connections, 42 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3afc9913-a108-4e75-8bcd-c3e33b7a4641, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.676 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 213 active connections, 43 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-2, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2b17416a-4063-435c-bd0d-bc2050da87cd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 212 active connections, 44 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a64251dc-859a-40bf-9627-c740452807b8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-1, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.677 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-2, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 211 active connections, 45 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 210 active connections, 46 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-410e26f1-4d41-4542-96aa-372afce20ab3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d24af47f-971d-4403-81ea-d75a79483b10, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.678 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.682 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-678ffbff-7cb0-4ac9-a602-5ebf21d184a0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.682 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.682 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-2, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 209 active connections, 47 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c484df7-5e66-46e8-abf7-6b892c3473aa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.683 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-2, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 208 active connections, 48 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-65fa7b7e-9543-4814-b770-84d2590751da, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.685 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.685 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.685 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.685 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 207 active connections, 49 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.686 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a117cca-050b-4ce6-895d-ad2180d940da, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.686 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.686 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.686 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-2, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 206 active connections, 50 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce82759c-4252-4c72-bbd1-4da4be23ad04, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.687 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-2, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 205 active connections, 51 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-064f7dfd-eb42-43d7-af42-bb22170d6483, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.684 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-2, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.688 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-2, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 204 active connections, 52 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54b36b30-79a3-4b64-97ed-b4d825104915, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 203 active connections, 53 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c0a6ac88-f33e-4d4c-9f6e-84cf793d0345, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-2, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.689 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-2, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 201 active connections, 55 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f5ca0e55-abea-4cf0-a87b-33344409b0ff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-2, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 200 active connections, 56 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4377d0fe-2afd-4299-8139-4042e884df9d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.691 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-2, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 199 active connections, 57 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b4074cff-7625-472c-9270-7d3d6e702889, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.692 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.693 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-2, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.693 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 198 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c9f3c975-e169-4af9-bb4f-c16aa0b2c7fd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 197 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ead1b9a5-0962-4e67-9729-89510f29e8cc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.695 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.690 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 202 active connections, 54 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.694 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-2, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.696 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.696 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.696 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.696 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 196 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.697 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f186b168-3109-43a7-bc2b-07dcbc6eda4f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.697 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.697 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.697 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-1, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.698 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.698 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.698 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.698 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 195 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.698 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-1, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 194 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ebd7e21f-cc31-409d-8ea5-97e3b8c6f2ee, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.699 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 193 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6207bf02-93c9-4dc2-8ceb-ad113789de07, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.700 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-1, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 192 active connections, 64 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ac95df6d-4ad0-4038-9c90-0a5e02a6fa41, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-1, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.701 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-2, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 191 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 190 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c0e28515-65e2-4243-9f97-8e0b608316ec, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f7e752dc-bd6f-444b-af3f-95745f17b11b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-1, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.702 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-1, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 189 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-464289c7-c2a8-418f-a8b7-a41811cb46c4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 188 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d37e7d2-bc9b-4dfb-9d2a-e98a8ee64a5b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-1, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5dc2a480-8bee-4923-8e68-3c3658ab39ab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.703 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 187 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-2, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-76ab000b-3cda-4429-b525-95a6161c0d45, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8ffbcf4b-e4ff-43bd-a578-1c52d205993c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-1, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.704 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-2, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 185 active connections, 71 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-88a3a7a4-dda2-485b-b4b6-0516cec09321, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 184 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2a347776-95c1-43cd-8571-207425167f92, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.705 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-1, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 183 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-2, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-377f4e62-688a-4c58-b8d3-cfd244daee1e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 182 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-482a062a-f94c-4d0f-bd30-5e52ef0acbf0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.706 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.707 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.707 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-33638964-da3e-4d8c-97b4-f2d0bfc1f910, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.707 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.707 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.707 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.708 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-2, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.708 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-2, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.709 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-1, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 181 active connections, 75 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7bc57ea0-59f6-4a33-a1cf-ae3aea35a9ed, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6e7dfa45-7b13-4f79-82ac-a095120778fc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-2, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 179 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.715 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-1, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eae321f8-7979-4c61-a4eb-350d8bea90a4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-2, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b74a8936-4cb6-48f3-8a24-e78d837b026c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81a0c235-50f7-4f15-8be3-d7797e22e187, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.716 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-1, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-2, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d29e0230-bd7e-4e29-ac56-c82232ba76fe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ddd52605-7c48-4cc9-993d-f5d691aecbce, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-1, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.717 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-2, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.714 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f366120b-c38d-4e05-8dc0-b4ac6b4b76bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.718 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8148c832-9e6f-417b-92e5-32d81789e34b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-2, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-2, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92d03f8f-c0cd-4ff2-b14b-14cb7b683103, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.719 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-2, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-45715849-7ff5-49ac-aaeb-64f3ca6e31f1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-1, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.720 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c73723e-59b9-4cfd-9a24-88751a093b59, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81c504e4-e267-49ea-a0fd-ecb258b4d16c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-2, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-1, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9d7a9e7-098a-4071-95d2-9685b3d4aebf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d29086c-c713-4552-b4cb-3d9023eb53c9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.721 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.722 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.725 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-1, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2fb50fbc-7e21-4fec-b8d7-56c1d9153173, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.727 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.727 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-1, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.727 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c2475df-61e2-40a6-b733-f98a42730010, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.728 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.735 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.738 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-1, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3a0e681e-d9f2-49ba-89cd-04767d2534b1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.739 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-1, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.740 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.742 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.735 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.743 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.744 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.744 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.746 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-1, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.746 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.746 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.746 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.747 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.747 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-30431bcf-423f-4809-a999-70b0057ab780, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.747 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.747 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.748 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-1, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.748 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.748 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.748 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.748 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.749 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d8ff58d5-7964-4a83-8937-fd0a39b73968, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.749 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.749 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.749 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-2, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a5081459-b634-4586-8f5d-297a8132c9dc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-2, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.750 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c84416d8-9499-4190-949f-567970bcf9cd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.751 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-2, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-53c2e10d-5160-452c-a517-8dddfbe7c8bf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-2, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.752 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e7fcf7ca-8418-4686-9dfa-ef53789fd59e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-2, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.753 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 155 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71126c4a-e3fa-4ff6-9335-d86be3895219, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 155 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-1] r.netty.transport.TransportConnector : [id:72fa7749] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:39.754 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-1, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 155 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e139580-2ec2-4dec-954e-2bbc50ef25bf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.755 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.756 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.757 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-1, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.758 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e28e197-fb8e-4cdc-8f89-907db7432989, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7409e644-33ee-4296-ad9c-c01ec0a1e1cc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.759 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-1, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-2, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-653de368-dc33-4863-a294-a698e0e07004, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e85ee37-6f0c-43dd-84f9-a2f25db9ac79, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-1, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-2, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.761 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea710d2e-6fdf-44cd-897f-4bd715206bb1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f61225b3-06cc-47c5-8db7-9dd2bc988e54, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-1, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-805d7bc9-45f5-42a7-b8f3-dfcc8e8b13b0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.763 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-1, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-375ee36b-8aa1-43de-a892-d03b39d6aa5d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.764 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-1, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d16fd29-48e1-41ad-857c-2858178145e2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-1, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.765 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ef1dd726-3cc5-434f-aff6-986c108cc96f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-2, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-371ce41b-b02e-4a8f-89db-f8a0006001f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-2, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.767 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.768 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.768 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f87534f0-749f-47e3-ae1d-5cfca9130745, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-2, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.770 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85903e07-c012-4f00-80f0-4f5109170eb2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-2, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.771 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.772 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a7e7400d-1371-424f-95c4-d96d65fa36ef, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.772 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-2, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7de005ef-2de7-4e7c-88e3-9226605c3cf9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.773 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-2, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-11e98215-8156-464b-868e-8f4d39b08819, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.774 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-2, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc6939e6-e84d-4020-ba77-fdd7b0823fa1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.775 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.777 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-2, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.778 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.786 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.790 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.790 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.790 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-1, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.791 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ab8bc06-1978-43b9-9602-12cd76691cf7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.793 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.793 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-1, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.792 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f34a2e62-e4c7-4fee-9215-60c43a380be5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.794 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.794 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.794 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-2, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71d219d4-b364-4891-866e-cb85d472d999, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.795 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-2, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-987e947a-3ab7-492a-9e11-5d655206fec4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.796 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-2, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cacebe68-e436-42e3-894e-2cccf4400f23, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.797 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.798 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-2, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f5bf84c-aa75-4ced-a3b9-f1c3cff17289, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.799 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-1, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c620ebe-6eb3-4893-8293-7c2541857ba7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.800 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-2, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5ba860f0-05db-42ea-abe4-e0d2687f9535, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.801 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-2, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-2, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.802 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c5b7bb7-5008-4c6b-a9ea-90988526a24f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-2, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.803 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.804 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f446725f-b0b5-419b-a45c-105e64d5db9c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.804 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.804 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.806 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-2, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fdfc7a69-b189-4ca6-a8cf-7d7431e84952, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.807 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea86f3de-7f99-4d8d-bb2f-573a661a0c7f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-2, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.808 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92edf52d-bbde-4da4-b0bf-62e4ba9cd0f3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-2, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.809 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.810 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32a79110-5271-41c6-83dd-48f45cdc88c4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.810 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.810 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5e5f97b3-f924-4a9f-aedb-f86486fc700f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.811 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-2, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f8d5c8a-541b-4ec0-81e2-df52b61a2357, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.812 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.813 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-2, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.813 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.813 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.813 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.813 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.814 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61db25a5-ed28-4959-9f81-402fa1de7d02, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.814 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.814 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.814 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-2, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-489c42f3-5bb4-46cb-8aa8-f0148fe4a65f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.815 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-2, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-72c730b2-7514-4648-af6c-a8d0b55b5ac7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-2, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.817 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.818 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.821 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.821 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.821 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.821 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e9278ee-9b22-4ca3-a53b-3e09da4d56a1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.821 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.822 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.819 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.822 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.822 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.822 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.819 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-2, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.822 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-2, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ecb9ab38-6b46-46ec-a9a3-df72b482bd1f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-769ffb79-8df7-442b-8a94-84440254ad3c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.823 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-17411cd4-e5e8-4581-9fa9-ee436ae1d356, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-2, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-2, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-28bc382b-1c10-4c7a-8bcc-7b6a03cbddbc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-2, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.825 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.826 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7cf131de-eb8e-45a8-b997-029679562ac6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.826 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.826 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.826 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-2, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3d405268-4a20-4775-92fd-d9551ab005cd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.824 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-2, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-2, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.827 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fd441400-f217-481e-96a6-96aafcc77450, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-2, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-12bae338-3bb7-4a2c-9544-8ec98a087148, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-2, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.828 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a0c6fe5b-2cd1-4b76-9ade-fcc3db107296, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d64d5a6-807c-46a4-b4bc-3a798b05e242, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.829 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-2, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-2, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71f8d1c3-9a10-4c38-82c6-75842be81295, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.831 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-2, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6be51063-f966-4f1e-a5e3-3199c16fea0f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-2, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.832 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8ef99fbe-19d7-4ffc-a626-fdeeb98809d8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-2, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3949e1bf-9f89-41f3-b886-94aec5d5e1c3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.833 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-2, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.834 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ab3e1df8-db46-44ad-9bfc-feb2c9cddbfe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b9e7b344-6355-4d15-a7b6-b36b942c80e8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-2, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-2, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dfaaabe5-65dd-406a-831f-b91ee617db46, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.835 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-2, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-106e20de-75b4-4498-adb2-1309e12ad005, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6b7947ed-a055-4049-8919-8598dea9ad95, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.836 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-2, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.830 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ae36cb5-1e6e-4d5e-ad49-948456049f79, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-abd58f07-4821-4500-8e3d-e1ba5da410f9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.837 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-2, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5463a0b2-3aa4-43fa-82f3-bbeaa9097c8a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.838 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.839 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.839 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-2, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.839 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-2, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-087fff48-5b0f-41b6-a341-e5b67efdd538, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-2, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.840 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c7ea0a7c-ba18-4438-ad34-976eb89c8ce2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c835397-81e2-4423-9bc4-d205dd94dcfb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-2, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-2, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-2, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.841 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cd0c1dce-8501-4364-a244-31ace2a70b65, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54978ecb-9ea7-4d47-a10d-1cb8e225d322, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-2, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c0f14fd1-3668-414c-aa78-2b3c0e01688d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.843 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-2, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44a50f6b-4132-477e-9ae1-fc588800d563, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.844 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-2, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60d0dcd5-a86e-443a-9a7a-6efb40352eb9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.848 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-2, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.848 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.848 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.848 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.848 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19d81786-a5fc-489f-90dd-e400c482e133, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-53d67cc4-95f0-44a9-8355-ceb4c397648c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-2, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-2, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.849 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-3, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dd7b8317-fcfc-48c7-add6-b3e51a0968a6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.850 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-2, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2a27fa53-3e54-4511-99ce-749f974e7bec, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.851 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.852 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-2, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.852 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7ae98ed5-b871-4cd0-bbce-0f24f92525fb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.852 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.852 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.852 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-2, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6420ff14-143e-44a0-83ec-ecd181a55453, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.853 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-2, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-59034581-afef-4fc2-afdf-efa985377923, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-3, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.855 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3432d334-ac2e-4eeb-9eb8-6e3510adc798, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.856 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.857 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-2, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-404b6259-d9ea-4be4-bde4-3200f640eefc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-afcd3b5c-1048-4d35-ad25-9f2dd517926c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.858 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-2, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f06236f2-59ff-47af-b396-0a8ab1eee7af, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 77 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.860 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e893f07e-1252-438c-9684-2d14fe389f0b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-3, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a591636e-e429-4eca-bfd5-5b9c297c9123, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.861 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-1, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.862 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.865 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-2, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.870 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.870 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.870 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.870 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b2812c1a-8654-40ec-a199-7c0c3cfcc571, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.871 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-3, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.872 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.872 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.872 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.872 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6acdaeee-7e40-42c9-bf88-0c3f6217b369, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.873 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-2, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d84c634f-a341-42ec-b747-4c77992128a3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.874 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-2, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d337c71f-a82a-494e-aa22-d05703efbd07, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.875 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-2, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.884 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.895 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.895 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.896 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.898 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bba41ec-5771-4742-b063-0373859257c5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.898 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.898 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-2, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.899 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.900 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.901 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.902 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.894 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-3, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4629dfd6-cc9d-4347-aca6-56bf1385ee90, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.910 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-3, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-783ec1f8-42a5-42e9-a1df-1946f558cf6d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.911 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-3, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e6290367-00d1-405f-beff-ed415fca9c9c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-3, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:39.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 66 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.907 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-feefa000-7b06-4c32-b7bd-c8054cde3893, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.914 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.914 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.914 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-2, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75d074ae-5bdb-4c94-918f-58e739ed55c5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.915 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-2, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4011c3b1-0ab3-4979-bee2-c59fea96f531, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.916 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-2, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2456f33c-6432-42e0-ab5c-d2bcb3991ae8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-2, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.917 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a11ea1d8-667d-409c-aba1-0bf3c478036d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-2, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.918 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.919 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-092bb1fe-b938-4b1a-b5c5-28ee8973e4c0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.920 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-2, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.921 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f451e83b-3ea2-4812-9961-13a173dd3560, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.922 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-2, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3084819a-996f-4ca9-99fa-6d635b6481ea, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.923 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-2, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-33744172-9a2f-46bb-9d6b-b3aadfa45a90, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.924 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-2, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-558caa58-4aa7-4c70-be91-01f3eb4c35b4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.925 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.926 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.926 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-2, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.926 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6fdda222-dd8d-4980-a6f1-4f91a21672b6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.926 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.927 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.928 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-2, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.928 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.928 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.928 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.928 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.929 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4ef31eae-b686-4854-97fe-01f23be90971, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.929 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.929 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.929 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-2, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.930 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.930 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.930 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.930 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.931 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d6cd0136-225d-4731-97ee-5f3c208b5a84, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.931 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.931 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.931 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-2, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5311b042-3052-40f9-9336-fba072427a23, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.932 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-2, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6b0062b5-f626-40ea-8147-2950c49539fb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.939 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.939 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.939 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.939 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.939 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-3, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.941 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.941 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2b1cb1de-cda3-48d5-b239-75a7f7fc6a14, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.941 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.941 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.941 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-3, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22a0e99f-b10a-4114-92df-51af6cb4dbfa, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e6c2b0a4-19a4-4bb8-b08b-bb62a4dbb83b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-2, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.942 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-3, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f61d58b4-094a-4b49-be31-0bdef7e62964, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03061ec3-2c3a-4fed-b80b-84f3715967c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.944 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.944 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.944 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-2, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-701f26a9-b4d1-490b-8b21-918608fbe206, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.944 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-2, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.945 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b2a08c2e-a1fd-4915-ae28-f8c2428194c1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-2, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.946 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8cb05f84-24a1-4d45-90b6-166a35982792, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7a3503a0-f761-4f03-83b5-9b5855ee7ee8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-2, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-2, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.947 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8f1aee6-6bae-4002-83d5-367924f682e6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e51b3bd-9395-45d8-96cd-e8017715c471, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-2, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-2, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.948 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-30fb79a6-7d94-4c0b-ae62-142d79eceab9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75553575-5e7c-4a2c-9d1a-5bc99b9d58bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-2, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.944 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-3, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.943 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6887a375-9d20-4686-9bb0-bd7824c2db6f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.949 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.950 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-2, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.951 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c9745dd-803d-4863-affa-820af981bd67, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-2, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.952 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-2, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d57d98a-865c-4e02-9bdb-2074a61052b0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.953 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-abce9ee9-531c-48e3-865c-876172565561, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.954 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.954 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.956 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03fe5340-8486-4767-a7b1-ace2a58b8b45, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.956 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.956 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.956 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-2, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.957 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.957 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.957 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.957 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10e98f7e-572c-4be6-a3a3-9ebd33183d23, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.958 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-3, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2eb36934-87dd-4fd5-9618-b1f6698d49dc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.959 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.960 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.960 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-498d939c-ae6a-4757-b88c-91884426ef21, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.960 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-2, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.960 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-2, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.961 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:39 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-42856bc3-d3f3-41dd-b298-b5713778bb94, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-2, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.962 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.963 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-30281798-e9f8-444c-a2bb-abcd270c4b42, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.963 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.963 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-3, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.964 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-350f4ecf-c4ef-4209-b2ac-8d6691b39190, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-3, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.965 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-91d8fd34-e468-436c-bd99-407570ed6531, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-3, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-3, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.967 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.969 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-31bfec18-8898-4a8b-b0c1-2e9401f7756a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cc8d92e3-56b2-4508-af03-b25dbba0d51b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-2, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.970 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-2, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e2198d08-80b0-4248-9506-c459b8d5cb5b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-2] r.netty.transport.TransportConnector : [id:530954c9] Connecting to [revgeocode.search.hereapi.com/52.210.0.48:443]. 2021-07-19 19:26:39.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-3, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-df641067-bf3b-46fd-b2c8-1f4fcca6894d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55482c89-18fb-4f51-bbe5-59a960661a0d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-3, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-968b1f34-cfa0-466d-9e2b-ad0f10205850, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1fe4b92a-0af5-4d91-ba89-cf3d054e8d1c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.973 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-2, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-3, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.974 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-3, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b33b5faa-5338-4dad-b1fd-3450a7e06843, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-784c656a-9298-47b7-ac86-bd017a0470d4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71f7f985-121e-4043-a1fe-84a5ea568d20, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-3, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-3, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-23aaae64-f280-4e54-8990-e9eddc5030b8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-311b8e8b-18ac-4dae-89bd-1e6f25310959, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.976 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-3, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-3, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-74f9ca1a-f749-4792-9c5c-750131bdde39, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8703e09-048a-4982-826f-e0feffeb178a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.977 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-2, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-3, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.975 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.978 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-2, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-86441240-7a23-44e8-8276-caf3a2de5146, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.979 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-2, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3f6412a8-4997-4680-912e-58325be0b4b4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.980 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-2, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ca554a22-1c7b-4eb2-912e-a4e3bc5f562b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.981 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.982 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-76763e67-7e20-4598-8399-16f276e531dc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:39.982 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.982 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-2, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-2, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.983 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.986 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.987 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-2, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:39.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:39.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:39.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:39.988 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:39.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0782baa9-9143-437a-9cc1-78417c10686f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:39.995 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:39.995 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.003 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-2, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.004 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.004 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.004 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.004 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.005 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc6f2b0c-68ca-4d05-ba83-c6e05b27e27e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.005 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.005 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.005 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-2, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.006 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.006 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.006 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.006 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.009 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Registering pool release on close event for channel 2021-07-19 19:26:40.009 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel connected, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.019 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.019 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.019 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.019 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.020 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ded0813e-231d-4f24-8119-02a856265a17, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.020 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.020 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.020 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-3, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f16f4197-9392-4baa-a539-3c98c4429184, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.024 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.025 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-3, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34a51080-be47-4f2d-949e-e0adfaae6893, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:40.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.034 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.034 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-3, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.035 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.036 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-153cac51-b4bf-4391-9aed-50c40f722f16, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.036 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.036 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.037 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-3, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.037 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.037 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.037 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.038 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:40.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:40.039 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:40.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:40.039 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:40.050 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}, [connected]) 2021-07-19 19:26:40.050 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [configured]) 2021-07-19 19:26:40.050 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:40.050 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:40.051 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:40.083 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9a979fcf-3f29-4ec9-99a6-c604de54acd6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.083 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.083 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-1, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.084 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.097 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:40 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a31f5dde-7094-4354-8904-cc2fea5c501a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:40.097 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:40.097 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:40.097 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-1, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:40.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:40.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:40.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:40.101 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:40.101 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-1, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP response frame 2021-07-19 19:26:40.101 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-1, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Decreasing pending responses, now 0 2021-07-19 19:26:40.101 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-1, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP packet was sent, terminating the channel 2021-07-19 19:26:48.967 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Increasing pending responses, now 1 2021-07-19 19:26:48.967 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.http.server.HttpServer : [id:0a7dace0-2, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@58f5432e 2021-07-19 19:26:48.974 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:0a7dace0-2, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.016 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.016 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.016 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.017 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.018 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.019 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.020 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.020 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.020 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.020 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.020 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.021 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.022 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.027 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.028 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.029 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.029 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.029 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.029 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.029 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.030 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.030 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.030 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.030 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.031 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.032 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.032 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.032 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.033 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.033 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.034 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.034 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.034 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.034 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.041 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.041 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.041 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.042 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.043 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.044 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.045 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.046 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.047 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.047 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.047 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.047 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.047 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.048 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.048 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.048 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.048 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.049 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.050 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.050 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.050 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.050 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.050 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.051 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.052 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.053 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.053 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.053 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.054 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.054 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.054 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.054 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.055 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.055 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.055 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.055 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.055 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.056 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.057 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.058 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b7c5a2f1-1081-4c00-b6f9-16bbf34a2e85, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.058 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.060 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.061 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-2, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.062 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.062 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c700fa0c-68af-45a8-90bc-9e79b2b4bea3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.065 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.066 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.066 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-3, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a3b14922-fa0c-4563-8718-40d2a817c11b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.069 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.069 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-2, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.63659,11.4328&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.070 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-36fc8cb8-41e3-4502-a9ba-3fd77a611312, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.073 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-3, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.68663,11.47893&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.074 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b497b667-2f6d-4818-bc24-3533cb181ecf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9298d209-e8af-4e26-84a6-9edea8313a4c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-2, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-3, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.67531,11.46981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.077 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.078 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.078 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.078 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.70919,11.49709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.078 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.078 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c882aa76-d0d8-4aa9-8d9d-28fb60b8d6f2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-3, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.57567,0.06634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.079 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.080 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.080 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.080 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.080 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.081 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0e8575e9-a576-42d9-a657-a948c2262cf6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.081 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.081 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.081 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-3, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.082 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.082 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.74783,11.5278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.082 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.082 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.084 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.085 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-42646317-7736-4c33-a9f4-663d1d99c50f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.086 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.086 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-3, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.087 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.087 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77151,11.54324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.087 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.087 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 207 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:49.089 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5c4a59bf-b057-467e-97fb-0596667600dd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.089 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.089 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-3, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.82945,11.55981&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 208 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-164522b5-51a0-4b83-bf52-44e7fd2a649f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.090 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-3, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.79103,11.55258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 209 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32ada7ea-059c-4501-a34f-712f66ca1861, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.091 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-3, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69961,7.95441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.092 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 210 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6712aeec-438a-4ab2-93bd-273297d1f8ba, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.093 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.094 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.094 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-3, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.098 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c98ca227-9ad8-4cf6-a079-f3783606194c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.098 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-3, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.099 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-40b48d5e-70dc-44cc-9adc-83087bd699ff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.898,11.57024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-3, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.80396,11.55384&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.100 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5fbd32d1-452f-46ce-bb49-f437e89b7c49, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eb6db319-408a-466e-958b-cb757be10040, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.101 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-3, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91092,11.57326&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.102 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-51fa2e3c-e658-422c-85e0-7b53cc4a9fd3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.103 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.103 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-3, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85935,11.57001&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a3e949c9-bea6-41aa-ba04-e461b46fccab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.104 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-3, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84333,11.5647&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.105 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.109 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.109 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.109 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-3, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.93522,11.6131&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.110 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-904757c6-d927-46ec-a7d9-76829d682d0d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-3, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94961,11.63655&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6a487474-4926-45fa-acef-85a97273c5b2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-2, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54135,0.20106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.115 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.115 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.115 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.118 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d0ad3e5e-48b0-4670-8bf7-e9d9ccfce1f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-2, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.96294,11.64529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-366c7378-887b-4141-a452-16fc4e74f083, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.130 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-3, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.0197,11.69155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3214d947-a659-420d-b16f-77555e42834c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.131 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-3, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.05234,11.71866&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b7087534-c027-41d1-bcef-24c9dda3c726, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-3, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06362,11.72748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f691ccd2-28fe-457d-a70a-79e54da392fb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-3, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.00915,11.68222&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d950ac47-6749-45e1-bc2c-f0778e677eed, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-3, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.03016,11.70126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a32e5368-e834-4291-a4f6-b2bbb3a44dce, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.138 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-2, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99349,11.66956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00688f0d-be39-465c-a8ae-f7c0c79e940f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-3, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.11934,11.76938&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.147 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4b301710-a17f-4899-82bd-9e8d24ab1b9c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.156 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-3, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.27931,11.79123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cabf366a-f6c9-40a2-986d-d1386eb74343, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-3, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f422b507-ebfd-4411-9e91-b912704e1ef2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29446,11.80657&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.163 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-2, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.1445,11.77529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fffc7016-5509-4bcf-8c4c-cd88fc210a09, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-2, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17299,11.77607&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e4c85bb7-3d06-4110-a1c9-42aa67f20a7d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.166 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-2, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.16321,11.77576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7acb9b73-77a7-456b-9438-611856eebf98, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.167 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-2, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.18761,11.77614&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-582e9811-efab-45bc-8364-37718e1779f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.169 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-3, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.15463,11.77551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87cfef19-62a3-409d-90b4-c423081b9eea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-2, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.2085,11.77478&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d5f4699c-40ad-40b0-a04f-950d57ea4ef2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-2, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.22939,11.77471&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-51f5799c-1b6c-411c-8175-15dfc011f493, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-2, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.25558,11.77612&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92c7f90f-a2d4-4846-b0ba-0f2dacd579b2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.179 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-3, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-610965ab-aec5-426c-910a-b56df84b5394, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a8506e90-7430-4019-842a-afd213309561, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-2, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-3, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00655,3.98853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31468,11.82597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58621,3.0E-4&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.189 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.190 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48adbac7-9f58-4323-9731-e4b3a5299e67, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.193 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-2, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22c0f703-38d1-4065-af39-a7b9da3d1a67, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-3, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ffa7e080-d945-48d7-be79-6d0c3f2a296c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-2, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3203,11.82939&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55ef6ef1-0d98-465a-8e07-5972607a53d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-3, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9b75c3d1-35b5-4742-989a-68e3f6aa554b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-3, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8a747893-9731-4722-b78b-d8f39f3c6a05, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-3, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.203 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3375,11.84529&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e7c3835f-0e82-4752-b135-52097ec1edcb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-62c350bd-9da8-40ef-b243-e4092a8be0bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.32957,11.83645&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2e907b99-48b1-4e39-8ae9-5419c828c304, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.208 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-3, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-2, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.82749&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.213 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.213 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.213 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-632c5dc6-0a6e-45f9-a90f-7f723e7fd8a3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83739883-2327-4667-ad9f-f661a86d1859, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.221 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-3, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34705947-561e-496e-bbe3-87a8f14684a3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.223 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-3, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1372483f-274a-43ad-b182-c2c3b3467655, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.227 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-3, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-02cc4748-50e6-494e-9fd4-dc68d5afca1a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.228 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-2, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d7a5c33-c3ed-48eb-b318-33eacea3f3d1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.229 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-2, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-3, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e83958ef-0029-4bab-8da2-fe6fde96ed93, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-3, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.232 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5c1b03b9-da60-4d04-a0a7-40df16e7d7cc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.232 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.232 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.232 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-3, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c680db80-0a7d-4afb-8a47-96d7218ec480, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.233 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-3, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0294eef5-1489-418c-a3c2-6be5a132a2c9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.234 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-3, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ff0053b9-8bd8-487e-9416-4c4226a7f788, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.235 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-2, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b58b6d7e-5e77-4313-96b4-fabcd9d743d2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.236 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.238 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.239 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.240 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.246 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.247 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.247 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.247 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.247 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d88c80ff-5aeb-4a25-a747-73f2363767f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.247 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.249 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-2, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.65815,11.4533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8808718-df45-4102-9e13-c9fefeeda91e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7746a871-dacf-480e-b24a-48258e3349f8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-2, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-3, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.77859,11.54789&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-38a17539-6e1a-4662-8f1e-a55638b2dae0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d630575-7e67-4546-9224-60aab617a73a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-3, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-3, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69904,7.957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bef58581-df2f-4f6c-9239-2e292f73307c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-3, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.85589,11.56913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c2044cf9-4714-4041-895e-2863cb2e8850, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e07dead6-5810-4555-b248-1c98eb546148, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-3, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7795b5cb-db96-4711-88af-85e865e5130c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-3, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-3, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69571,7.94986&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-88669a4c-230e-4f38-a434-49f2154896e4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.263 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-3, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.84169,11.56412&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6a4afc61-8c0c-49a9-9013-67d075c42f19, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.265 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-3, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.87221,11.57012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1f249888-904d-4d6a-834f-04c7b03aa635, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.270 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-2, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-27bb78f1-64ec-4b14-9fbb-ac9f54074423, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.272 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-3, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.81695,11.55542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2e8d6713-42be-46e9-8815-da41843fbd77, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3dd28eb4-5b9c-4d05-922e-3222d5638025, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-3, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-3, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3e5f18f-0cee-4c6e-addd-0e06f1399d20, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-3, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8cf42847-4727-480d-84da-061513ce409f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.276 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.54136,0.22853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0bda8181-ac30-4586-9fa3-fb8cfeb89b6f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-3, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.99955,11.67446&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85fef240-fd2a-4997-8003-db08c48d24b2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.279 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.282 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-3, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-792ccac6-c471-4348-aeda-3ce7292370d9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.07937,11.73979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-916340fd-ea31-41bd-962c-56fecaad7eb6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-2, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-3, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-90974b73-b3dc-4ab8-8267-ab849c1a5ce0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.17762,11.77621&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d233e635-7563-4ad0-b570-7895fab97025, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-2, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-3, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d26e5993-7c38-40d9-8ae7-7ad6ddd7dce1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.06798,11.73089&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c17ef8a2-edfe-4bba-a84c-1e23c10667fa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-2, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-3, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.24258,11.77467&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cdda28f4-c18a-480d-a2ab-6ed0af38388f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-3, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.26791,11.78254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5170fb52-7976-4c66-b66b-066645f31749, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-3, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.09084,11.74809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e7c974c-223b-4d61-a5ad-0d60f48413ab, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.288 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-3, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c56e614e-f9c6-446b-9d2e-219cb40b4432, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-3, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-3, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.04127,11.71002&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e7d89d61-7955-424a-8f7e-99e856fe8ac3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0882a152-b646-4263-bbbf-3aa216b7fee6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb874658-9043-496c-83c0-384f74cdbc7c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.295 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-3, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-3, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.21605,11.77475&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.296 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-23eb8a23-e459-46b1-be5f-4ab80b808a19, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-3, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6720a091-f867-468c-8d27-5d8a95be5868, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-2, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f6044c53-902b-4822-b97d-97a2f8b3609e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.303 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-2, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-04997d94-1332-4409-a1de-f98c6e906944, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-2, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.305 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.306 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-72628269-bb1a-430e-a9a8-b68257384b0f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.317 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.311 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.318 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-3, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.318 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.318 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-3, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6f59e0e9-da07-43a7-9a29-f86e9d8a0874, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.319 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-3, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8db1f00a-f946-4f03-a824-26820af6fced, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-3, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44b0e81a-6d10-49c7-ab93-06ade8378b9f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-3, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc21ded3-d52b-4d1c-8a17-2c02eb851345, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-3, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a3f21671-83c5-4135-ad98-646cdd4376ee, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-3, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cbadd683-6877-4563-ba95-68333c06c122, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-3, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-50af82d3-f1ab-4a01-a6ad-3779e16dcb02, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.321 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1a20da5a-049a-4f6f-95fe-04336e41402b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-05d17c7b-c926-484c-befc-b168d19ced2e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9f9cabe-150b-4e71-ae98-53e2e698ea88, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.326 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-3, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5429ea16-112d-49a2-b28e-ad45fc09198e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.327 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-3, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-012c3085-ba98-4240-9653-e7351306135f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-2, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4247c470-11df-425a-9ad4-c1e38089d625, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-3, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9d0a984a-7233-42a6-bf78-943d799a7108, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-2, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-3, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7690211e-7864-43c4-a117-6143dc840fe5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31635,11.82751&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e096b759-52bb-447d-a053-b41e0564abb5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-2, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-3, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31629,11.82748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-3, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce558051-8229-41d6-9b62-b154a3b135ab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.334 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-3, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31634,11.8275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.336 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e00ced6c-f78b-44da-8385-6021f67585b3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.337 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2ae9a477-56de-48c5-95e0-26cd1e5fd3ad, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-3, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6fa35488-0e30-46a5-bc35-ada18f6e0f98, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-3, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-516eb416-2054-46ed-a0b0-cb2f15cb9e39, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-3, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8abf2ae3-4d4c-4def-97e8-941607eb5d96, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-3, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7967ac42-5a1e-478a-90ab-9807ff52e178, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-3, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8ca4b26-8304-49e8-9d78-9495d34f90ff, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.345 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-3, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-388670e0-0f09-412f-b9c4-17d0da1af5dc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.348 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-3, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.348 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bc6ac614-7b8c-49a6-9c92-978a39e2d8f8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-3, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f093d8b1-d569-4766-9a32-368c8731e496, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-379bae74-ca72-464a-8707-de32558aface, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-3, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-3, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32b11f9a-8959-4119-9817-3435fc6984f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3bedf4a0-d7ae-4529-bcff-d3c8e2e65314, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-3, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-3, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ab57f90-593b-4a8e-a6df-7b102d4e29ab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.354 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-3, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc3ef0ae-a99e-4074-9d62-fdd431cd5578, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-4, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-3, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-80c88c7f-1706-4d22-bf56-937901b1fe42, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-3, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b6d96ac7-1931-401b-9df5-98c0855e7eaf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-383fb97f-397c-4f36-8e11-6f6947a8574b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-3, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-4, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c9908967-7006-48fa-bdff-097d38cf415f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9d6f1a72-400b-4803-b8e1-2d84a57f7ad1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-3, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-3, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-36ff0f6c-f7ad-4a53-90a4-168faa42afb5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.365 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-3, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2280dba9-89b3-471a-9b68-140f3ddefa21, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.366 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-4, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-106cd72b-0f53-4dd7-8532-f3d371471171, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-3, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f1424774-2666-485f-a3e0-6907b873c12e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.368 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-3, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54d4da63-e6d0-4f12-92f3-3b2e454c17b7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.369 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-3, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-026424fe-ef6a-4b81-b03f-5cc726a4f32b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4cef561f-d508-4784-868c-3f612ad08ab6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-3, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-3, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0274716e-c0a2-4987-9e90-591c0d607dde, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.372 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.377 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-3, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-99078ab9-df99-4f0c-acaf-a90f1d23ba43, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.378 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-3, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-79c291c1-3b18-4422-9821-47770edc94be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-3, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d94c5546-744a-4ad5-bbaf-14ab73a9b391, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-3, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e0e39a17-d858-4c77-986b-ad4473f2d387, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-3, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-24fae44c-782d-41b6-9a54-8bf4e339f1ad, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-3, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6ffa2857-d612-459f-b35e-e7b7a10cff24, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.382 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.381 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a02c1c65-4b53-4a24-a5cf-560a69ebed98, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-3, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-780e6da2-7ce8-4541-a7b4-e333fe9fcb1d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-3, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-37674fe3-9b2d-4baf-abad-32930fb9a356, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.384 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-3, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb0a95c5-03c2-480b-8358-2a765380b843, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.385 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-3, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e626e488-b002-4c68-a805-e94c04a49273, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-3, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-639e73ec-2872-4f9b-abdc-d3b5fb1cb9f9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-3, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4f8604b6-2ec4-4871-b9af-bd9e1b26e8b2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.388 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-3, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-514de4d9-f2b0-4099-8e80-e548687632cf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.389 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-3, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-3, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7efb28d4-171a-4302-9a63-92b3b0f6ceea, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.390 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-847d4e85-4889-4772-afc3-9c4d8f21f062, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.391 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.393 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-3, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e5e73ce0-6c0b-428f-8cdb-45252304cfda, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.397 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-3, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a97d971f-f47d-499b-9b95-c56b07770520, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.400 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-3, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-748d0661-fdeb-40db-ae33-60739b367561, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-3, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78caa625-3cb6-491f-aa9d-eb948f3db7b4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.406 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.406 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-3, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.405 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-3, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.406 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-729b9319-8350-44a3-9c5a-6043ff8f5136, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-318f9b7b-e6bb-4876-821d-f26353b9de96, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-3, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-3, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-570f9c36-b204-45cb-ada8-5e0f761bd3d5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3bd7b0d-c60a-4387-8447-e2123edc50b6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-4, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9c6266ef-a07a-4226-a14f-3e134e9358ec, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-3, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3a31e068-b0c5-4ebe-8497-de814e0416c8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.410 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-4, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-2, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-74bf234a-afba-4ec0-a900-6b23228a2d06, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-3, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-450d254a-51f0-4488-a465-60aee4166779, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-3, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3255b4d5-643a-4e7f-a3da-2976dd2cb072, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.413 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-3, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a1eca569-abff-40a2-b7d5-1ef163f62f8b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.414 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-3, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7fdf1c7b-da5c-4bbd-b9a7-3dfbdafd5b25, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.415 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-3, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3353d051-e44c-4016-ab81-61bb0e1ebb3d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.416 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-3, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c8d5112-84e7-4290-8923-da825a950492, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d6dcaf74-a95e-4ed6-801f-612b95c00b7f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-4, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-3, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c5258ed6-ed78-4032-ad79-39a8963c282d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.418 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c9c44cd-17e9-4219-b7dc-cdce459c41c4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.419 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-3, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.420 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9833466-e1a5-43b4-83ca-0129f97d9893, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-3, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.421 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-17c505ca-2eeb-4f54-a623-63d69af309eb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-3, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d9080aa-d65a-4e85-9fd7-33b25925949a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.422 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-3, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0689806a-57f9-4f13-af19-5a1c1d2b4ca6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.423 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48e307cc-9b8f-4202-b068-5087724607dc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-3, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-3, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10bba8ea-130e-441a-8f42-62321d6b97bc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-371f5324-6fa1-4c11-977b-274b177e5101, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.424 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-3, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-3, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-42db6191-8e4f-4fd9-b92e-360bcabcff67, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-3, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f009f5a-8e9f-4946-8fb3-733868ed454d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-3, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.426 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.425 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.431 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cf4d2079-1c31-4525-82f9-06558d331139, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-3, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.435 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.437 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7fcaef8d-dfba-4e25-9d8b-ac7d441ab4f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.437 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.437 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.438 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-3, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.438 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.438 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.438 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.438 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3ce82f4-0cb3-48f9-bb85-93b7da11be28, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-3, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.439 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.704 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.705 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.706 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.709 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.709 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.709 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.704 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.711 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.711 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.711 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.711 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.711 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.710 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.712 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.713 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.714 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.715 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.716 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.718 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.718 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.718 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.718 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.719 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.719 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.720 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.64745,11.44286&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.722 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.723 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.724 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.725 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.725 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.725 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.725 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.726 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.727 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.728 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.729 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.730 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.730 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.731 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.731 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.734 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.735 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.735 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.736 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.736 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.739 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.740 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.740 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.741 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.742 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.743 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.744 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.745 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.746 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.747 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.748 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.749 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.750 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.750 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.750 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:49.750 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:49.750 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:49.751 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de9d04d4-aa37-40b2-a87a-2eca155e36ed, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.751 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.752 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.752 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6594871e-3271-49fa-b221-f1473fd53614, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.753 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-3, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.759 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.754 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ef126405-73da-4362-8820-16b10a4643eb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.760 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-2, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d0e6b2ec-4e06-46ec-99c4-0fd0e0ea7c24, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.761 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.762 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.762 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-4, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.760 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8393fee1-f184-481a-a317-e1e5aed8f578, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.762 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.762 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e4d5153a-d38a-4452-a043-bdc743b776a0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-4, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.763 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-4, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ac291ee4-8948-46ba-8e7a-c91fc72da430, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.764 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-4, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d4a8e196-52a1-4a1a-9c2a-a4edb502a5a8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.765 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-4, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cfaf7294-2a0b-4748-bd71-cabb08bf28bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.766 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-4, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-291f61be-1d6f-41b1-85e8-fd2aebc845ed, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.767 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-4, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0793060b-3403-431c-8e2a-597e05b5e103, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-3, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.768 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5bad7e6d-e75d-4d34-85fd-d281f1beda0e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-3, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5bb64897-28f9-4b01-b0b4-73696a1cc685, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.769 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.770 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-4, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.770 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.770 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.770 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.770 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.771 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e17a5286-262c-4b64-982d-3c7eebaae122, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.771 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.771 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.772 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-4, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.772 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.772 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.772 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.772 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-285a6593-15d3-4a98-92b4-62bfe668f2d2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.778 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.779 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.779 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-3, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.782 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.782 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.783 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-3, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.66457,11.45957&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-12b2d2e5-efc9-48dc-a932-92c48a274fff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.784 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.785 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.785 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-3, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d05bfc15-7e1f-46c4-88c6-b844a3589760, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.787 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-4, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f288dc42-4e3e-40f3-b280-1336f86f0a09, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.788 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-4, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.789 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75389407-adc7-4299-b7bb-c970e181d91d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-4, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-854b7617-7573-4838-b9c6-bc03436e3de6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.790 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.58405,0.02676&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0650f51f-77a4-4856-98cc-eb39bee93e32, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.794 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-3, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.793 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.796 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.796 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.69788,11.48798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.796 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.796 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.797 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-4, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.798 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67255c02-d29c-46dd-ae6f-af1efdacedb8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.798 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.798 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-3, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.72048,11.50618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5049df41-e5cf-4bc5-80ec-34841b458f38, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.799 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-3, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73167,11.51521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-90532f6b-df32-4461-8b22-8799f942c7f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.800 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-3, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.75968,11.53552&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ef2e37d1-8068-401b-8f15-2e14ceb53144, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-3, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.801 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.73613,11.51882&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e46e876f-43c1-4ed1-9560-8e2d80d54410, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.802 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f8dfff29-cafb-48fa-bf6d-29cb58480605, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.805 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.806 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-4, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bd6ec706-7943-4606-a227-5fcc114f7c41, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.807 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.808 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-4, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.808 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.808 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.808 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.808 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.809 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b44da9af-3472-4884-a61f-311d46c75393, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.809 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.809 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.810 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-4, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.810 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.810 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.810 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.810 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.811 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.811 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.8851,11.57018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.811 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.811 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.812 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6003da1d-4d7c-42ab-8a2f-6c934fd89dce, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.812 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.812 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.812 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-3, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.814 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-05877af6-582e-475f-b301-8436393b30f8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.814 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.814 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.815 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-4, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.815 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.90571,11.57029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8366c1c-e7f7-42cb-83b9-ccfab780316b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.816 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-3, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.91944,11.58458&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55359d31-34ea-4c51-993d-72fc8b892a2c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.823 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.824 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.824 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-3, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.92737,11.59887&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f749f16f-2320-4453-a967-5f07c8206aca, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.825 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.826 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.826 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-3, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.9607,11.64382&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bde8b580-b13c-41d7-8df3-3c7999f42971, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.829 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-3, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.94125,11.62406&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:49 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-590af334-cbda-4295-a4f2-5c9ac73daf70, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.833 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.834 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.834 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-3, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.97385,11.65366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-697b8b66-7bc9-4238-a871-1a0e16263c38, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.839 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.840 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-2, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.13158,11.77436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.841 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cdae2917-68e0-4871-a441-bd081b3e3c16, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.842 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.842 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-2, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.19569,11.77527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60316509-82ee-4d78-ba02-ad0090a4d7b2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.846 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.847 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.847 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-3, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10203,11.75459&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67e0a6a5-328a-4bb1-bf48-9ba9a2e0f6d3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.848 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.849 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-2, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29015,11.80143&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.850 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bcb61e3-1264-4d56-93b7-96fefb41151b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.854 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.854 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-2, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.29479,11.80697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a15290c7-ccc9-4d2e-8e35-cd7f92c2793d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.856 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.857 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-3, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=44.983,11.66106&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a3d81a8a-79e7-46eb-9e9c-8b57ead9d244, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.859 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.860 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-3, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b1e1ebfc-feea-4329-b19b-04bc418cd64f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.862 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.863 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-2, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.30472,11.81863&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-491c4c1e-2c10-4a37-806d-7e2b87b01fec, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.864 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-2, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.10855,11.75966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1702c8bb-0c3b-4323-9726-dbaeed7a5dbd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.866 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.867 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-2, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.868 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.868 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.3164,11.82733&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.868 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.868 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.868 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3bc22f3-29b9-40fb-8984-d15beafbfa96, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.869 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.869 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.869 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-2, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31633,11.8276&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db5660bc-deb2-45d6-95ff-e6ccc5a47130, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.871 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.872 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.872 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-2, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.873 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.875 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ffe7d1e0-bdab-414d-a5fd-42fc17f3d645, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.875 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.875 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.875 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-3, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.879 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.879 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.879 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.879 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.880 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-466ca7e8-553f-46c9-a19e-053dc21228ae, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.880 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.880 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.880 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-3, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.883 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.883 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.883 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.883 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.884 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-15397572-8417-422c-9ed9-43310c91b5f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.884 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.884 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.884 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-3, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c5950d3-a683-4ec0-a345-303383bba1a1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.886 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.887 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.887 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-3, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e240808-b833-410d-b400-7f97398f34c4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.890 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.891 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.891 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-3, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5312673c-6be0-47cb-bfd0-6f9e06760cc5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.892 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.893 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-3, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49ba442b-4825-4d35-9545-693558024e50, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.898 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.899 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-2, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.31739,11.82744&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67c5aecd-6f3c-4c59-a967-01597e354830, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.900 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-3, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-494bf636-6224-4fe4-8cf8-f2acc9ce19ad, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.901 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.902 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.902 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-4, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.902 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f9493f5d-0671-4c9e-a016-8f24e4b7c1cf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.903 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.904 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-3, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.905 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8ef1ac90-3455-469a-8373-a56f144f81c2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.906 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.907 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-4, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be089a02-91f6-4da5-b87b-c03542b1d0f4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.909 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-3, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d47f648-3061-4f70-b9f9-79f89b00bd68, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.911 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.912 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-3, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.913 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a0da4587-9338-43b0-be74-2e4cadd489b6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.914 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-4, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a69ac136-934d-4a97-b319-1e8fa73ccdd2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.915 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.916 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-3, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.916 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.916 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.916 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.916 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3a6151fc-fd57-4935-bd5a-4387bcaf69d1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-4, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.917 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78639bcd-e93e-42dc-9cda-eaee7d18fc52, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-4, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.918 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-631ce2af-af85-4a8e-ab8a-9d704bf50062, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-4, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9cf00717-7f41-4a70-ad33-66cd3e576292, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.919 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.920 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.920 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-4, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bab7a874-cf5a-48c2-a46f-f72b97779b00, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-4, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.921 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.922 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f01570c-2625-4684-86ab-6a0c80cede9f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.922 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.922 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.922 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-4, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ac53140c-247c-47d2-b1e8-d6c4864fd30f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.923 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-4, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9fcd6120-dd63-4018-a788-c0212a8184dd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.924 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.925 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-4, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.926 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.926 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.926 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.926 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.931 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb254dcb-20e6-4062-b562-72d4e461c8bd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.931 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.931 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.931 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-4, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-46316da3-710b-49e0-82f4-7aacd83714b8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.932 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-4, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.933 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.933 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.933 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.936 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.936 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee90d28e-0950-41ca-bdf6-5116b24e749e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.936 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.937 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.937 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-4, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.938 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-834324f1-9270-44ac-ac82-5d484eb84c80, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.940 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.941 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.942 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-4, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.944 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.944 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.944 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.946 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.947 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fcc9ccc2-594e-45da-974e-03ac53241287, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.947 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.947 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.947 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-4, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.948 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-af73be55-e713-4403-abff-6db00418016d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-4, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-688e1122-461e-4fac-80f5-8597e3383be4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.949 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.950 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.950 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-4, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-01872567-e7a7-4b92-8a8f-8dcf747e204f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.955 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-4, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b4269be2-3868-4f1a-bbb9-304d2c915012, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.956 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-4, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.958 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0bc2c4e5-2c5b-46d7-a155-bd726f1aece3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.966 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.966 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.967 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-4, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d43583b-d23c-4f00-94ec-06b4eca458be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.968 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.969 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.969 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-4, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-46f5b179-4c97-431d-ae30-859b9fe50752, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.970 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-4, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f665625-ca16-4a8d-8f1d-c6d2df3f58c8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.971 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-3, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0b29d7c9-c31d-4c83-bd5d-d02baa6e27e7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.972 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-2, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f374f3e3-40c6-49c1-a9c9-475760f55fb9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:49.973 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:49.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-4, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:49.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:49.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:49.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:49.974 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.127 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.148 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.149 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 184 active connections, 74 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.154 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.158 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.159 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.161 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.165 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.166 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.173 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.174 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.178 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.178 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.178 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.184 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-477701a7-531b-4327-a7f8-6610bed2d6e1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.185 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-4, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e1852c48-ee2e-4066-b54c-915841a7afdd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.187 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-4, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b6f0efe4-a1c8-4d5c-b5a7-eb791ecf5755, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-4, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-605729cc-cc7a-4e61-adb9-d05f84ae2b7c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.189 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-4, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 196 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f28a6241-7ccb-4593-b276-766eba262fb7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-4, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.191 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 196 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d6bb5e32-442d-45e0-ad2d-9c1beb6a1f7f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-4, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 194 active connections, 64 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5247f876-6e34-43cd-becf-1f4ff4b31d6d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.195 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-936b80e7-63b9-4b2d-bb37-341c00b2c507, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-3, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e922b68d-d658-430f-9a22-9ff1a3591e34, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.197 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-4, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-3, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d78a3623-d3d3-47a1-b8aa-c73e441d1610, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.198 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-4, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 192 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee770476-2768-4d9a-8992-300bc86b53ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-4, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.200 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c758c89-b2b0-413b-919f-634ddd26c657, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-4, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.205 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-028a765a-c20d-4658-908f-4dbdd05aef38, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.208 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61f7fe8f-6a34-4058-a8ac-ac6cbfcf1f55, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-4, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 187 active connections, 71 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-4, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f512b6ea-debd-4b92-be33-0f83b7020a17, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-4, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d28471a-96da-4dd7-99e7-27c133a5a27f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 185 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-547d7df1-e8ef-4bf3-95c7-95aff6f4bcb7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-4, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-4, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2cec1c8c-003a-4493-ba70-a4475f0baed0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f71507c0-4372-4ce9-a96f-c598677a6f53, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 183 active connections, 75 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95e4e527-05b6-47b3-98c8-7a6bc76ad2bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-4, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-3, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db93a77b-33a0-4833-a6b1-c3ea08fc686c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.214 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-4, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bf050270-2b43-439f-b0c8-69fea2908ff5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7a5a5a0e-9bdc-4f30-b942-02976627f2bf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-4, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-3, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e239fd1f-41e7-496f-8e94-280e8857575a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-4, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.216 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6516e7d3-5488-4e71-985f-0bc5135fbbe4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-3, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d160e5f9-d97a-4954-a74d-97ea5e46bdde, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-3, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a7d513e4-22fa-4a17-8951-6892324bd6e3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-3, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f6a8fc84-5e66-4c03-a5f9-a879ce194d01, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.221 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-4, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-930cefd6-05a9-4d7f-9031-dee98703be91, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.218 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-4, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1736ad6f-f997-430d-bd03-b088bb2f799b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.223 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-4, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1f6d510-079c-425f-87c3-68c71d024080, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.224 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-3, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-3, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d562403-8946-4d67-bfb8-3887c82e7763, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.232 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-3, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-470d6bcf-2056-4d03-b216-5a0d80740e77, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.233 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-4, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ab8e159a-d9aa-4ab6-8348-2e362c615280, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-3, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-84af2307-2a50-47e9-b7c3-58f789b119f8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-4, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cfd4e915-713a-4c92-9ed3-ab9a5717c211, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-4, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7a3ef74b-17ea-4393-a2eb-a4f17c4ed7ce, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-4, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a33307a3-7550-401f-ad56-7c66075a48f5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-4, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06ed7495-1306-4534-b9d2-b74d99acba8b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.237 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-4, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-103913a8-a489-4b4c-b322-419fe54caee9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-4, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d87c8cb5-a128-4f57-882e-5d9d3d94ab7a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ae7eedff-2e62-4015-a0f6-cf48f457eb9e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.240 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.238 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c6500e8-a844-4ebc-bfcd-ddcf1b4034f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.241 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-3, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.242 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-4, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b424464-7afa-471e-b9ad-96293805b3bf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.247 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-3, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18d8d52c-b4fb-4394-9afd-8f4e17c41c8b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-01bac8b1-2e83-4c32-abbe-105b7a11bc55, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-4, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.248 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-3, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4b08ea90-166b-4953-9e29-d5cc5efb11a4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-4, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d8795ae-e1c6-467a-96a8-5b16d46bfa6e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c13961f-58c5-4248-8391-853a4f1e2740, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-4, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-4, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-4, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c004837-5a13-4b09-99c1-98d880f3c789, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57860082-026d-4ba6-9f7a-7822540ae36f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-3, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.254 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1107f747-3c57-48c1-a050-ee80d58d2c16, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.255 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-3, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00f26c6e-79c8-4ca0-9ab3-3817a54a0601, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.257 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-4, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18802d90-3427-487b-aeef-1b65c4fdac0f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cd1f6372-073a-43bc-abc2-ccd21ca24f06, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-4, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-96014a1c-c660-48ac-8a50-47f23f59875c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-4, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-4, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7d5f6c01-3233-4c70-8b4f-44d3ecc3823a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-3, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c7e024db-67b9-4840-aa18-13c547552474, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f3d1ed4d-889e-43b5-bf46-d42816bde38d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-4, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-4, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00b2595a-b3e7-4d89-87f2-b926f5bc182e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.263 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-4, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61ce5196-cd4b-4f35-b3e9-5c8548646090, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.264 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bfbffa4d-d140-4f86-babf-2db7748dbf22, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-4, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-3, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d4084d04-ce93-4fcd-b918-7672b3d9204e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-4, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d72c2cc4-ab6d-4e4f-b50a-a5a90e365aff, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.266 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-4, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95765285-55a4-4ca8-9cec-82f4291daee6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-4, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-241e7a84-88b3-456d-8715-a179de11adee, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-3, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.270 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.270 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-98647a53-6a6f-4d26-8074-18ae0329836f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10ebe34b-7382-446a-ad27-f75d64b4337a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-4, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-320635e9-abf0-47aa-831c-d7c71ae2b14d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-4, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d44d468-fddd-47ba-90c1-0d41b7bdabb2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-3, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-3, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-14b14819-10cc-4707-b7fc-4749e0fa2b85, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-3, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-335e7e1f-e4c6-40a7-aa30-82904825bcda, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.276 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-3, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee9a9a08-f29c-48f7-a9df-b6e853171c43, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-3, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e0211b45-fb6c-475f-8e4d-e62b1d872926, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0ec2f7ed-6ee8-490d-8820-c8adaa3a8641, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-4, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4edeafe0-ac19-46d1-8594-c4290d964b42, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-4, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fbfbac0b-dbf7-45a3-ac53-3c1d15d02568, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-4, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-51a2315d-1bb0-402f-93ec-03ddfc432e09, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-4, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b18e6747-d3b8-44cb-86b6-c416e89f9085, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-4, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3a97311-93e9-47b8-bb58-c33087a2eccd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.281 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-4, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-3, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f67f15b-2321-4ec7-95b8-888a5b62e1a4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-4, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-336a765b-2b99-4004-aa9a-a4e98b4defee, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-4, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-447d6395-b953-4f17-a2d5-12666a83dbda, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-03841894-767b-4c74-841c-b5009a3edc89, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-4, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-080f8446-2c0f-4ef3-89bf-92045babdbf8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2f9551b4-f6d1-4b10-9d4d-b0951c8fdfda, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.289 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-4, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.290 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d70bb421-a08c-44b8-8a74-a4f2c40afab7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.291 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-3, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-4, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85e30776-93cf-4b74-8264-743c8cece94f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.292 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-35cf2bf3-7a3b-48aa-82d4-99061d9b200b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.291 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-3, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-4, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-4, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e254410-06ce-4922-8e87-fc1facaf5d2c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-3, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-163a066d-3ca9-448c-ae12-cfd71333c4e6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a709d0ea-4926-444d-b463-481eb3f3c752, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-4, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-4, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7140f6e7-5cbc-4de2-bd23-6d46eb994bdc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.295 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-4, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dfa80e81-797f-49a4-8e7b-a2a8b1cda15b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-4, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d669ae53-09ad-4fab-84cb-732b29945174, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.297 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-4, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cfef70cc-caaf-4637-835d-753e4c061b0a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.298 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-4, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09708013-23c3-4f67-8357-064c877d4aa4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.299 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-4, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-58a2e7ee-bcc2-4960-b0a6-e491e84d6cb9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aec944d7-f449-4716-a7c7-72b46e4c615b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-4, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48737449-f6c5-490c-9d26-ccbe0f9e0437, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-4, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5ea41c49-657a-413a-a92b-7fdc39a0ebb8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-4, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-02d3feb6-5f64-4934-b1cc-4697aa6f6cb9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-4, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b7a170b-fada-4f54-be61-c774332fda15, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78bd2318-296a-4426-bf05-d64783599eb6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-4, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.305 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-338556ee-75bf-45d8-b60b-892f555aa470, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.307 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-4, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-980c2717-ae47-4197-a45a-2297ecbe769f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7ef2f468-f95d-400f-8ff3-454e52503e77, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-4, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-4, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.304 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-4, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5663069-ed41-4a64-b86a-2a8ccaf38604, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-4, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-51f96725-7585-4155-b76a-99f520ebf12b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.309 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3be3cf71-27eb-4571-9bcd-e636870b20c3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.310 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-4, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-467ebc4d-997d-40b5-96fa-c3e52afb8993, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-4, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a6d36970-d72a-420a-b26f-6c8253c74a84, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ae230eb4-b94a-4977-9d99-9fea62ba9d31, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.313 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-4, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-5, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b0dea96a-527e-4ad4-abb6-c254fa5706a2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-5, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-553c121d-b687-43c3-8b4c-1844aa5e328e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.318 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6f9def98-94db-4a97-aba4-0808a57e55b4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.319 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.319 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-4, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0877ea3d-fb2e-42a4-a472-78521431f639, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.320 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-4, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-4, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67a975d7-a1ac-47b5-8963-2b1b722dd71c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-307e054b-0ab0-4ae1-b81d-d2506449e8a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.321 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-4, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fd42e43c-3295-4a8c-b58a-b72a0304cb02, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-4, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0b0861b7-a94b-4f63-ae53-3e483100357c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-4, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a168f7db-3f5f-43c4-8b6e-a7d4411597d5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-4, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-4, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.324 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d4b5677b-fd4b-426f-9846-59fd76345320, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-4, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-13ed6539-c916-40d1-adb4-136222bc4fb1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34e6012c-60bf-47af-b568-40163076c06b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.325 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.326 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.326 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.326 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.326 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2a6faad0-44af-4b0e-a5c2-77c4cac9a893, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-4, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.327 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3d2870e4-112d-436d-899f-593b19da3473, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-4, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-4, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c49ba34f-c887-4460-a20c-e9e16cc5ad61, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-4, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8c3e0bc-bd00-4736-b5f6-8df27c914b12, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-413e693d-2daa-40f9-a528-70c1143e69de, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-5, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-4, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a25336ed-6f5f-49c8-b6eb-e486f697f479, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-4, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b486e0be-1431-4be1-a7f0-8ce055dcb5ce, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f007456b-0bfe-404f-adf3-e0c1b0129ca1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-4, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-4, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-712db5bd-e1cb-428a-aeae-bfb28791aef1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-4, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-4, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9424394f-50e5-4c2e-bc96-79a269756b6b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.335 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-4, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.336 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.336 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.336 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.337 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.337 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-654be3b4-189e-42ff-968d-06bd10b1fee1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.337 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.337 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8684413c-34b1-43d0-b012-894e11ca1a2a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.338 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.339 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4a0f0443-d9bf-43f1-8d97-bb54b63e488a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.339 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.339 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.339 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-4, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.339 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-4, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c2dd798-b809-4269-8e1e-27c9fe9037b7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-5, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.340 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e8213d62-2d2a-4bb6-b1ec-c964ef6d4909, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-5, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.341 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f39ed0af-df65-45a7-8315-53287afe6e6c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.342 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-79054da0-34c9-49e5-adf3-5770ba345857, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.343 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-4, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-4, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.344 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-662e28cc-5b1b-4975-a0f7-0660f68e0840, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-4, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-4, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.345 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-68598799-d74a-4f98-aed6-88e5d0b9a25c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.346 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-4, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-acce4234-1c31-4ca0-bd42-ebbf76a681f9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8aeca50f-b607-4f20-934e-b36d5df3492f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-5, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-4, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c29cf75-9e7b-4689-a85a-719baa18efc3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-4, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c5ff84e-e564-498a-9da2-fe2015abfded, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10f77e05-0116-4bdb-98fc-88cf50ed0727, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.351 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-5, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.353 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.353 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.353 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.353 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-4, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6cd3c878-c974-48b2-affe-621cac58569f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.354 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-5, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-94cc2055-3a18-42d8-b2c6-f1feca8ba51a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61552017-8213-43bd-b732-8f5daa7b45ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57d60507-5aaf-4213-a16c-a4e464e99e71, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.355 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c196afbb-139f-4e16-90ed-c9619ed92ce5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-5, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.356 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-4, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-4, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.357 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cf74a26e-f96b-433d-b856-ba40c680d0b7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bf4f50bf-59b6-4e5c-a2c1-f2ad60956df3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-4, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-5, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.360 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0ad8578f-a5f1-4928-bad2-60e0cf6f69e3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-5, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee25c9b3-9dd3-4d1b-9069-f090a328aa3c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-4, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-da33682c-16e1-474d-9533-3fbb4156151a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5f13898f-3e1b-46e6-9c48-0874c8d9c657, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-5, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-4, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e97eb81-8ba1-4823-8cea-477eae1c7293, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e4a91ba-eb8b-467e-864e-3985d885fada, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-3, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d5acf2c5-6f0b-4dfc-9334-903ec96415a7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-5, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-4, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8fcabd8e-95cd-4251-acfd-22e2e2ef7a9e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.365 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.366 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.366 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-82a859eb-c9e7-4a56-828f-895c2c87c67b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-4, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.364 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ebc5fa8c-4d16-4646-87b0-0f330530a65f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a6ea646d-ce3e-4e66-9eb5-77311d63d8b5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.370 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.370 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-4, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2f252811-481d-437b-a1fa-7a175780cac0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.370 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-4, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b24686f7-1712-40d0-87f9-015ab2b933b4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-5, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2f7744f2-7f58-4ce0-be3c-c343f8ec08db, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-4, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.374 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.374 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-5, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.374 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.374 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.374 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.375 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1974da03-d86e-400e-8f0f-7066d26b500b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.376 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-63c44b96-e6e9-4e27-9ba9-96922b01d19b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-4, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e0e9f472-4cab-4e3b-9111-c1e7d8cbc3b3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-4, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-43d046bb-a8fa-4c94-ae7e-9c6d7d32903b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-4, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5ce30e58-f504-4b5c-b0eb-7dfcc852cbfd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.379 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-4, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.380 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-873d1e6f-dc5d-4c75-9ed1-b39bdb42d24f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-5, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.381 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2a391296-eecf-4f98-bc72-da9ec76e713e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-5, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4789321a-7a3c-496a-98ce-3469b7c74e22, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.382 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-5, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3925b06a-c02c-4a7f-b2aa-9d0d4301c1cb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.383 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.384 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-5, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.384 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.384 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.384 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.384 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-689868b5-2849-4626-b973-e5685b03da3d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-5, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.385 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-97b9331a-df89-4e2e-9705-cfb7fc738b12, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-afa40273-4ab5-4393-9229-643a34787533, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.386 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.387 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-4, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.387 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.387 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.387 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.387 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.390 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-5, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f0820633-1cc7-4546-9f40-c4ee20972aa8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.391 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.392 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-4, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-93b5741a-0a95-4ab8-8300-bbe056d19323, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.392 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-4, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7adc63df-9402-47ae-bb93-cbd56fdffc0a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-4, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-98084b79-1ab6-4695-8d25-3e8aaddba339, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.394 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.395 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-4, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.395 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6ad35de4-aec1-460e-81f7-af16bf560dd1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18fcb33a-a469-402d-a39f-d3caae3c0da1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-4, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c366b97-e388-4393-b64c-596f5dfc38e9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.398 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-4, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7009cdd9-7e7c-4d8a-a4bd-ff331ea25fb0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.399 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-4, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.397 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-4, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d710a56f-1ee4-41f7-84f3-ca8c28aef883, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.401 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-5, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2111111e-4f2d-4a08-88fa-8d4327abdea1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.402 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-3, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e9b4595e-f397-4dab-b08c-82f05043915a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.403 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.404 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.405 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-4, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.408 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bbbcb7f5-818d-4ea3-ba18-48c7ed872abb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.409 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b98c087b-63c2-49c9-8fe8-3892514b4126, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-4, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a7e0fec7-c153-409c-9def-ba83363e5b4c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.410 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-4, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ec9e282d-418f-4d0a-8d6b-45e7a581ae87, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.411 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-4, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d8fa6e3b-d850-480c-8dfb-fc7affe66d26, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.412 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9cad1750-4dc7-453b-b55a-ec51c9512c32, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:50.413 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.414 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.414 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-4, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:50 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d77e170-fa87-414f-8925-73072bcf0f55, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:50.415 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-4, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:50.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:50.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:50.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:50.416 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.116 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.116 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.116 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.117 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.117 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.117 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.117 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 6 pending acquire requests. 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 10 pending acquire requests. 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 15 pending acquire requests. 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 19 pending acquire requests. 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 24 pending acquire requests. 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.121 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 28 pending acquire requests. 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 33 pending acquire requests. 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 45 pending acquire requests. 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 60 active connections, 198 inactive connections and 44 pending acquire requests. 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 43 pending acquire requests. 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 196 inactive connections and 43 pending acquire requests. 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 42 pending acquire requests. 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 42 pending acquire requests. 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 63 active connections, 195 inactive connections and 41 pending acquire requests. 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 63 active connections, 194 inactive connections and 41 pending acquire requests. 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 64 active connections, 194 inactive connections and 40 pending acquire requests. 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 64 active connections, 194 inactive connections and 40 pending acquire requests. 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 65 active connections, 193 inactive connections and 39 pending acquire requests. 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 65 active connections, 193 inactive connections and 39 pending acquire requests. 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 25 pending acquire requests. 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 131 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.131 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 143 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 15 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 186 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.145 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.146 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.153 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.157 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.159 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.160 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.161 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.164 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.165 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.166 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.169 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.172 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.174 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-04b27595-dfe8-4029-b2bb-a0778afbac37, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-4, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-882354e7-1a72-4be6-9ab4-2956ed7250be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.182 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.182 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-36634ac6-c90c-458f-a28d-d5d33718b42c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.183 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36139,13.07288&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-4, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-5, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3119,13.05971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f02d6644-5dd1-4ec4-9177-722e32f8d465, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-5, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-347a2ab7-c3f7-4ed9-b747-934aaedec26e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a9d1afb9-aac7-466b-b77f-b768c17ac45d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.187 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-5, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-4, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50767,13.46165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 196 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.29209,13.06486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f1a712b7-3bcb-4eb7-bcf9-834c54cc1dbc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5f21996b-7a54-45d6-9865-ca5ab8e88496, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-5, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-4, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 194 active connections, 64 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6f067800-c1e3-4f44-b3c2-205f24e15aac, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32539,13.06146&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d52eabf5-2638-40a6-9343-ef4d6be4a378, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-5, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.190 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.193 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-3, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 192 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-567387fb-2fb4-4e3d-9f87-69d004b71a93, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-4, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39644,13.16368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49839,13.40293&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-342f11ea-cf48-40a7-935d-a233bc4feb4b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51231,13.32942&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c99c9e2-da9b-406e-8e4c-9899aedbc83f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-286fd640-3d18-44fd-a248-292da5c72c6a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.198 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-4, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-4, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3cab9226-07fd-448d-8a92-75ddaf260c5c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.199 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-5, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-4, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27177,13.08169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 71 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f64a2e03-162a-4075-b365-13087ef3837e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-628df7cf-33d2-487d-9582-47965417e376, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-5, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 185 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1cf8747c-b337-4c05-ac28-6673c32cc520, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-5, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-86c0f5c0-e73f-406e-8c59-b329d406d837, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-5, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b76f927-2763-4c2a-ae07-3e5c70a271a8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-5, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 183 active connections, 75 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e8b32a9f-3a93-419c-9b02-267aeb3d44bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-4, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4a148bf3-6a01-4828-b16c-9d95eef0a18a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-445b0735-7a84-48e5-806c-233c6d50889c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-4, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-4, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.209 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-5, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.26045,13.10008&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50736,13.56719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc51fc65-9f00-455e-b0ff-ceaeeea92230, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-217e1891-54b6-42cc-b2bd-8c70d3c2ad15, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.212 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-5, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-114dcfdf-97f3-4d1a-938f-58af791f973e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-5, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-4, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48162b23-58bc-4b6a-ba19-3d5cc5ebb3a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57f16f49-71ce-4a15-a361-0d8e266e0df3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aaec9322-e633-49c4-baf6-4de279b99a93, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-5, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-3, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49844,13.40754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.219 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-4, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-adddd875-6a85-4ed3-9cda-465c64044a02, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.220 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f22351f-30fa-4f26-b2ad-14ce543b7ffe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-5, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.221 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-4, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.4072,13.31648&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a04a6d80-1fcb-45f4-bcba-877e6bcea65e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-5, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39093,13.13875&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54e16478-4c6e-4491-b618-2de41fb4a92b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-5, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95fdd503-4cc7-459d-98b5-b95abcde70c2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.224 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-5, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.41982,13.31995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1cfbbdbf-34b8-44e1-b0b5-db6e9894e6ba, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.226 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.225 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-4, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-052eb45f-2c2d-4059-88af-a3d0e46cd8d1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.228 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-4, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f1a7ebc-f30b-4aa2-8477-719ae23ca30d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.229 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-5, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50416,13.44791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49793,13.38402&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-197e1b43-c455-4a69-9d7c-f69b40fd0cb8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.230 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-3, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8fc4afc3-9de4-4cf0-9124-0a36bb9ba16c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5073,13.56377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e397d84d-644b-49c0-8d01-879b329fbdf6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-5, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.231 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-5, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc267d70-0151-46c2-9c0d-590175e05a62, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3682e9b8-1e1e-4293-a72f-5bbd89cf07c2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.236 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-4, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ab8be3bd-5544-4f92-b9f8-ebaf15e4f98c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b1af7b87-b0c9-4a0c-973c-f23fed6923c9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-4, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b33e5aba-47a1-46b2-a11b-cc4b113cb64a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.240 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-4, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-3, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18d251f1-ddb8-4992-904e-53f474368a8f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.242 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-4, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39743,13.26709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.244 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:51.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:51.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:51.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06f571ec-c887-4e23-9b97-535665cab570, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.246 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.247 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f26f06c-06be-4217-b8a8-68b0ad4fe738, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.247 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.247 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-4, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-4, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f629df7b-6f9b-479e-b1d4-b14e0162a557, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-4, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce8361e6-4d44-45e5-beb0-eb2221aecf17, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.255 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-3, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2eba9a3e-5c60-4ca5-95ad-d4595eaa9efb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.257 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.258 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-3, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.258 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-5, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c7ca41f4-dfdf-4331-99c4-e31e26ab64e4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.259 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-4, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b65497b1-501e-4711-bdef-a1b6f6657fa6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-5, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.53824,13.65745&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-79027be2-31b7-4de7-b218-cda9f35c0678, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.262 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-4, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-687fee99-1927-416d-930a-14448ca11c2d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.263 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e4a55b69-8aa9-4654-9219-9f49c64e11bb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-5, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32ced30b-a41d-4e04-bffa-639753ed3d50, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.268 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-5, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-5, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50674,13.47576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-31284ba2-28ec-4a22-85a8-856b960ec12f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-5, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50258,13.50031&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.270 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8151bb7d-8e68-4afb-9976-d5342629e83a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-6, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0acb8f7d-6387-4249-8ccd-ed5bc92f8a37, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-4, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c4e0b34d-9f5d-496b-95f1-234645ded50f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-5, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.272 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-416d8ea7-dd42-4774-9760-2869052c4ca0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1a7d2f8c-0a72-48db-b74c-9cb0327865be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-5, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55731,13.68528&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-39599a03-84f7-4609-8f28-6305bace0de4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.277 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-5, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-4, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54529,13.67963&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e8b9531-c4b4-4c62-a9fe-5444b9c7eda0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-5, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c476b5f-a53f-4708-abee-e71d0aa9f235, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-142b43e7-a5bd-4ba4-adc3-dab02cb09648, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-5, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-4, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a01271b6-f6fa-414a-8830-a35a0ee686db, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.279 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9256eda8-ed6e-4402-8c36-7aa8cc1648f2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.282 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fa95b362-2169-4b0e-b813-25356a1c7c5c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.282 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.282 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-5, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f91aa4b4-6e11-482c-a3c0-c8274c795fd0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-6, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-5, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e0efeed-aac1-4704-8a2a-72098298d968, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.54165,13.67489&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-5, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f4e568b6-5c35-436d-a3e1-b03a9e1b8922, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-6, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9d520a4d-6dd5-4d2e-9c63-b26237f65a64, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1d92ba28-ae7f-4bea-a72c-bdb56f83fef4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-4, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-5, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51202,13.34425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50873,13.60834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-23855c13-1653-4141-84e9-d657a43d5f93, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cf5ca7e3-6dee-46db-b995-2b6e3038854a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.287 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-5, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-5, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-5, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dcc31011-fa5c-43d1-b359-af754886a2d8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f1951f95-5f0d-43a8-988e-2f0987a9276c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.288 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.289 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.289 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-5, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.45867,13.30416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32d4d019-1b4e-44e8-bdf5-084d2f4f94d5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.291 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.292 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.38497,13.12315&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.292 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-5, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-5, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3f58349c-2fbe-4796-b693-e338c8381525, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.293 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-5, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.295 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ba177baa-1f17-47fc-96c5-bf0eaa01aa91, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.295 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-3, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a103b824-41f8-4d73-8267-da7c76aa716f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-5, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8aef18d4-2d6a-4fca-896c-c1341322aca6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-5, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.46004,13.30409&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c54cd0a-8436-4fd5-90d0-077902db4c5e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-4, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-65adcb74-4701-4e75-93e8-f96c7db9f929, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-4, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50443,13.52352&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.299 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b65a211f-e7dc-4c03-a64f-cc91fe5a4c8d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc890a8a-8965-4580-bcb0-2faed0a4ec0a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-5, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8b13f843-e1b6-4411-9092-43b3b27a0854, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-5, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49767,13.41934&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-92673334-66cb-4fe3-a63c-d0ca052c0f39, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-4, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-4, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d38bae66-4893-4d3e-ac08-9eedd4513113, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-035e6c58-c730-4553-9461-739fd59e92f5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-5, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-4, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54b1052c-128c-4734-ba07-b247f9cc59a8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20a1c8fb-c089-49ee-b560-526cc179aff3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.303 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.304 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-5, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2ddd3931-d4ff-49e7-b7a2-b26e2518ffde, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.315 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.34948,13.06892&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-903e1a8d-1946-4800-b1ae-e5cb3228d6e0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-3, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.328 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.328 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-5, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-5, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be78a5db-dd90-4a7c-a84e-a2076744af62, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.330 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.330 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-5, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37895,13.11633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-656b1edb-265d-4b2d-ab58-3eecdd789ae9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-4, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.51114,13.61378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.333 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9a0def7c-d8af-4efb-94aa-a77b237670d2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.333 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.333 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.333 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-3, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d49b2a6-f76c-4860-8b1b-a9cdd1df97c8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.334 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-4, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-af4bb69a-2cd5-4fb2-aa01-d16a32ab6092, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.335 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-5, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5318,13.64057&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb125204-a53c-4d1e-8644-7f86ea944b15, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.336 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-4, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aa7666c4-c329-413f-94bb-c1d2c8d83188, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-5, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49762,13.3979&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.337 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b7a7af28-7ea8-400a-89a1-519d8fcaa3b2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.338 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.338 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-5, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fda583d0-3e96-48c4-a30a-9504713a0cd5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-5, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e66d7f8-992d-4890-9f34-732ceae6c76d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.339 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-4, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aafc48cb-6797-4da8-95f1-2f01197bcaf3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.340 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-5, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40438,13.30551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f69da76e-9c0d-40ca-8e82-1296e6e1ea89, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.341 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-5, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50493,13.4935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d78fe3d-9ee3-42b9-b7b5-e8bf17e87952, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.342 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e34da0f3-0322-4d91-8590-9471ef595be3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-4, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b754926-5786-4cbe-ac66-34a9a18e2fcc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-5, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d3cccb05-6b1b-48b8-b6dc-e2ae9f283df1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-5, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-369f1255-09d3-4038-8f55-fa98ab3ae5e8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-5, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0b2f174a-c659-4f18-84f5-43b6780f0beb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.345 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-5, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2291c228-adc6-491b-be0d-4f272129bb8e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-5, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.353 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50658,13.35804&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f17f8fce-7e9f-4aad-a27d-b2126119b92e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-5, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6ed2e743-8166-4929-a4aa-d0ab2a94adab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-5, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bab19f55-16e8-4f5c-9924-5117d57078b0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-5, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d797bc04-869a-496e-92f0-f3f81019389b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-253094e2-139a-438c-9ae7-304f29b96425, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.357 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-5, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-712a2902-a330-4143-917f-9d3841b57370, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-5, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4dc45bef-ebde-4660-8ce9-6aea6844a3b1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-5, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-68581a09-3cc7-446e-bfbb-4c42dda90eca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.359 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-5, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19c36f5e-3a4f-4c54-a2aa-4af636cec8d6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-5, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50525,13.51556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.360 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-467b68bc-309b-4de5-aff7-7675ce6e1cb5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-5, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49219,13.30219&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-82f9caff-c73d-40e2-99a6-55b48c7ed228, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.361 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.362 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-5, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.362 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.366 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.366 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-5, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fa250401-b8f8-4694-95e2-3515b9f92211, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.369 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-5, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39645,13.21615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06b80502-fc89-4c61-b88d-e467e4fd5f3d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.370 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-5, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-97f90b9e-99f3-4475-a3c1-9da9890ffd81, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.371 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-4, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50053,13.36948&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0945d9d5-5565-4dd2-8158-987057320125, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.372 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-5, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.373 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-5, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f7f19042-5845-447a-b5da-28bb73d3a08b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-5, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bff006a-4629-45d3-a6d3-c2d152550c91, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.377 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-5, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47521,13.29663&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39459,13.26009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.379 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e54721aa-738b-4f08-adc1-1aceb028b39e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.380 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-4, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.382 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-633f3368-3045-4931-9bbe-98836f9b4a59, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.382 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.382 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-5, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c765ba55-c426-4866-97f8-9d4d781b7345, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.386 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.386 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.386 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.386 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.387 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49a727ee-ee61-4ab2-880f-b7beb2313379, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.387 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.387 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.387 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-4, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.383 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.389 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-5, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2990e6bf-9f64-4734-afb8-db0170e87613, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.389 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.390 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.390 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.390 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.391 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.392 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-4, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.391 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.392 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-79bce49e-28dc-43dd-b3d1-ccafd2aa7dc3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.393 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.393 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.393 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.393 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.394 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.394 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-53253239-4d2b-4c22-8e5e-819f0bb57cf6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.394 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.394 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-4, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-5, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-13399649-c960-4320-b7ae-d0ad0ef558e7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.396 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.396 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.396 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.396 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.396 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-82774afb-f279-48a9-ba57-34904a53a77a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-5, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.398 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b85aa52a-15c3-45d7-8ced-a73db29c70c0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1a3bc050-534c-40a2-a685-cad6cbcb1e7b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.397 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-5, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-5, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-4, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5685,13.6923&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.400 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.401 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e31fbb5f-2e23-4fa5-8ba2-75b4dc79330c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.402 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d6258da9-da66-4abd-8896-e827573baf37, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.402 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.402 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.402 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-5, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5e7513ef-d771-4fb7-b70a-9a27bc335a13, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.403 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.404 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-5, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-4, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d428651-6795-4530-9edd-cb2d9414984c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3984,13.17531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e4e89f6-983c-445f-8791-467fe0379971, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.407 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-5, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-4, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2de91ecb-c6bd-4b96-8b2f-b28c6530cffa, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.408 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-5, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea576618-cfea-4840-8f5f-88a2d9d69d86, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-5, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6e3268b3-068a-48cc-9330-5b840f49cd68, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.409 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.411 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.411 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.410 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.411 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.411 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.412 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3814f5fa-a886-4e54-9c05-376e47a03be1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.412 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.37213,13.1013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.414 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-5, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.414 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.412 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.414 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-29a16e74-5e03-425e-8239-8593387f1a54, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.415 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-3, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39395,13.22824&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.416 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a5fe90b-1eb7-4a53-bab5-510ced6a42ff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-5, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7842efcf-66a4-4ed6-84f0-fada109b46f3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.417 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-5, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d54fa113-affb-4cbe-b29c-a9f380bfab35, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-5, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-5, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.418 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.419 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6723d7c3-641e-4466-86ff-9f971e34185a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.419 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.419 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.419 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-5, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6461b44d-9c54-499d-9235-e0896ad0910e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-27ff051d-501c-43ed-a5d4-679dea562b9c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.421 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.422 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.422 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-6, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb2e1fe2-1cfa-434e-951c-a44fa1c1fc44, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.423 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.424 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b0b36c7-a664-4b06-ba71-1aecf5f6f4bd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.424 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.428 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.428 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.429 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-5, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.429 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-6, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.429 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-5, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.430 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.430 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.430 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.430 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5fefde22-ad64-473c-9c61-e11f64f70720, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-5, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.431 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.36837,13.08523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e2752fc0-5eaa-4453-b90c-46fbe9d0aeef, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.432 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0fac6756-fa10-4f99-be15-3498d2d15966, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-5, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-4, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.433 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.434 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e8f295fd-4f37-4499-8a84-273d0424288a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.435 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7157f3fd-0ffd-4526-a913-fc86dc93ec11, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-5, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-5, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-203e95d0-19fe-4dac-b742-60164e8b60a1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.436 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.437 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.437 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50605,13.5958&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-5, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-731441fd-72dc-4af3-a183-11bd40b9006d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.439 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.440 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.440 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-5, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.440 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.440 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.2689,13.08695&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.440 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ba0ad75-95ad-40ac-87b5-7243bc4a1df6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.441 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.442 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-5, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.443 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e300129c-78eb-44dd-981d-f296196c870a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.443 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.443 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.443 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-5, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.444 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.444 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.444 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.444 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39716,13.26638&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f798c6b-c2ff-4ca6-a653-a3ee65d0585d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.446 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-5, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.447 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.451 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.27987,13.06774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.451 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.451 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.451 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de73eadf-7f42-4bd0-ac0c-a92e395a53ad, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.451 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.452 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.454 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-5, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.455 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.456 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.456 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.456 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.456 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4b1e9db0-7e7e-49f9-b097-c309147ad31b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.456 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.457 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.457 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-5, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.458 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.458 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.458 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.461 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.462 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57ad7968-07fc-4771-857d-de9e6610369f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.462 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.462 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.463 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-4, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.463 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.463 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39155,13.15162&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.463 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.464 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.464 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9fa98b0b-8793-4633-a796-b847764fa317, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.464 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.464 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.465 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-3, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.465 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2fb96c42-ea01-4ea4-98a6-eb97f0ca7d30, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.466 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.467 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-4, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.468 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.470 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.470 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-da0bf9e5-567f-43fb-b2e5-310d4cbdc7d6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.470 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.470 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.473 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-5, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.474 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.475 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.32265,13.061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.475 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.475 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.475 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-52283d4b-b5a1-4375-8f01-9c61efb0afa7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.475 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.476 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.476 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-5, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b3ac4420-b998-4498-8b2c-834f03ea9ee0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.477 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-4, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.478 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.481 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.3401,13.07188&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.481 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.481 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.481 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-70d9abd2-5dc3-45bb-8241-52de77c66191, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.481 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.482 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.482 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-5, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.482 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.482 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.40232,13.29438&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.482 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.483 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.483 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e108a94a-6ff2-4aaa-bf06-c34e87c474e9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.483 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.483 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.483 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-5, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.485 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.485 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.30001,13.06247&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.485 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.485 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.486 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-84389aea-696c-4c5f-b17e-9127a408de17, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.486 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.486 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.486 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-5, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39441,13.24448&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-29bed0f9-1571-446d-8fe8-b013b1a92a09, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.487 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-5, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f14026ce-9824-4b81-b646-71d5eacf9b71, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.488 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.489 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.489 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-5, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.489 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.489 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.489 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.492 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.492 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d682c91-ce5a-4b62-83e4-3a0dd5206472, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.492 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.492 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.493 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-5, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f5058ad0-46bb-402d-a423-9dc87bdb76c1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.494 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.495 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.495 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-5, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.495 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.44172,13.30972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2909e7df-cf54-4d9b-8f99-e86e2762ca18, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.496 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-5, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.47795,13.29484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bf483687-2291-489f-9a23-8e8c0e4a0eb1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.497 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.498 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-5, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.49759,13.41477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4eefe163-9327-4d77-9788-393ff672a309, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.499 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-5, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.52582,13.63233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-218ab6f7-6ab3-4f5c-b881-a1d3e39c9e0d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.500 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-5, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.501 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.502 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83e4018d-4c30-4313-a588-adadf8804642, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.502 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.502 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.502 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-5, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f8522254-938f-4e39-ba03-dd1c89ead887, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.503 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-5, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50668,13.48173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6b6215dc-c78a-4b02-9d38-ab4f9d8b3a84, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:51.504 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.505 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.505 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-5, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.505 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.43136,13.31527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c898da6-c55c-430a-9fa9-83bc53a9bb68, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.507 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-5, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.35266,13.06826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b0126616-39eb-4724-aae3-0a1cdbcec203, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.508 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.509 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-5, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.509 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.509 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.509 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.510 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.510 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fb7b2354-b34d-4843-ac72-6f262437df0c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.510 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.510 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.510 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-5, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50549,13.36313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c45cb2c3-92a0-471b-bcc4-301bb7209b5c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.511 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-5, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.39661,13.18059&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d3530a21-58b2-4b81-a619-683a9b95d649, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.512 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.513 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.513 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-5, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.513 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.513 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50323,13.44369&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.513 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.514 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.514 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c78032b6-4f72-4984-a0da-80da7f34001b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.514 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.514 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.514 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-5, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.515 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.515 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.535,13.64203&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.515 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.515 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:51.516 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:51 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-88155a43-acb9-4325-8538-0ffd5c12e459, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:51.516 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:51.516 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:51.516 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-5, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:51.517 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:51.517 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.50862,13.54658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:51.517 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:51.517 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.117 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.124 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 77 active connections, 181 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.129 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.130 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.145 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.147 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.152 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 173 active connections, 85 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.167 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:52.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:52.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:52.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0b2cba40-cd15-42c9-84ba-cd423a4bf44e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.170 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-5, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0bcf4796-10b9-468d-9756-500e1d90f052, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-4, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49267e72-48dd-4d06-a8fb-df1d3c650dc1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67927,14.63401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-5, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-99053b98-64db-4014-9e10-743f2b2e55b3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.96871,-8.88911&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f5d03d63-37cd-41e5-abc0-3d8eb974dac1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.176 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-5, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.177 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.177 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70472,7.73615&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.177 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.177 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 196 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71554249-988c-4963-9614-190314c426e1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.178 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.178 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-6, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a381e425-a1d0-4f25-bd31-2bebb89c5868, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.179 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.179 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-5, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.38333,7.43735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 194 active connections, 64 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee51e1d1-052e-4410-8c86-e7cbf1edbfb2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ae069790-f49c-4992-bd67-7c110ce56ef6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.181 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-5, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-5, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70043,7.76926&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9533,15.36305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 192 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-6, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.73748,14.80403&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9da1a48a-74f6-426e-a022-f646a5ff2eab, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.184 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-6, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27089,-8.67254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87a10a72-1a32-4d63-9481-352b2530e356, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c67f5b2d-2f78-47d6-8dfc-a4b12cb44720, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8a30ae2d-418f-4999-8f34-68a4d7e19ec8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-df2234aa-6e67-4223-ab85-73f2030479b2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-5, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-5, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63856,14.46063&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69818,7.77398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-5, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7022,7.72905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 187 active connections, 71 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22b55dac-32ba-4f65-b16f-449413dab7fd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-5, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-450483f8-e424-4a79-a2b5-46ab6e710cea, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-5, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0683ae31-c41f-4403-b355-b56aa82a5270, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-5, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.99226,15.14308&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8a400f5d-f5bc-449e-8fc2-9cd075c64061, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-4, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 185 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-12115c00-6588-4edb-ab9f-1314099e233e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-5, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56895,13.71019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3bc6478a-666c-4622-8c41-be95f957ff52, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-5, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64369,14.37602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 183 active connections, 75 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2cc7347e-04f8-4368-88dc-b2bb3479294d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-6, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ba700fac-76dd-4474-b965-5f2dc54e0ffb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-6, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9dee99ac-2f88-4f58-91a5-0624d64220b5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-5, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7138,7.75075&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4b0afbf4-73a0-4019-b9ff-fac68a28316c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-5, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.191 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69593,14.74568&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f8f03b36-5151-4fc6-8be3-f2627b259c13, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-547498a7-785b-4ab0-ac4c-3e80b116d43f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-5, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-6, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67863,14.59876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15041,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.208 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-5, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62322,13.95198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-80fbf68b-8873-4e24-93e8-bd9e26b8a59b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.210 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-5, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.86169,16.18753&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db5625de-a2f1-450f-bc02-bde903770a37, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.211 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-5, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95902,15.21877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-624d79c0-5007-4e00-b088-d3e2a3aefd90, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-5, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71388,7.75073&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7016,7.70353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.213 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-46b9be10-0375-47cf-9d99-0013167b584a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a2487adf-9677-483e-bd4a-8b9d03b4cf5e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f4f5362-5a71-4991-a527-6257fa31910e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.216 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e772b116-08af-4a1f-b056-dcbcefdd1249, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.225 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.226 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-6, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.77237,14.81126&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-4, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f14eb0a-b4a7-4f19-863d-25e1c657d161, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.230 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-6, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.34631,7.34649&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b6b1bf49-bd68-43e3-af92-c1dac31fb5dc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.231 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-6, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69845,7.67389&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95ed337c-efd3-476a-b9f9-c703115b1240, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.232 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-6, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70168,7.68771&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-45bf5b3d-026f-40bb-999f-b4da73daea69, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-5, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7042,7.76759&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f05e6ee-2fd4-4d48-84e0-eaeca30b514e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-5, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.7008,7.77047&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85770cb2-311e-4520-833b-5b59e94f26f1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-6, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.39117&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.236 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c9d269bf-a63a-4f4a-93ab-9551ac0d8a99, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.236 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.236 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.241 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-5, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69867,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc9ab105-0c05-4c99-af45-8501c6bfb61b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.245 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-5, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-6, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75b1fe73-e715-4452-81fd-4c2cf35caef6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-4, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.70415,14.77735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9c42185b-d019-4df4-b0be-7e9f562ac312, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.247 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-08662f34-995a-441f-a7f9-a7f81984b275, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.248 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-6, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.248 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-6, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-4, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-26caff2d-c33d-4552-8380-1cc140f842a8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-5, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.250 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72179,14.79711&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69828,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18b823a3-32ea-46ae-8dcc-7f5036739540, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bfa3c49-5f25-40e3-8938-a99dc62d687a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b81a6bd-97c2-479e-a16d-5161388e221f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-4, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-6, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.27576,-8.7153&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67819,14.61584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-59c3b326-d5a6-40c3-b112-320d23326885, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d684b7c5-ad1c-4402-b554-4b9ba28fe843, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.252 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-5, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-6, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.67801,14.59548&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85edb659-294c-4ac4-9784-6293def0194a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-5, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-6, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6197,13.98184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-89daa003-4fcd-48e2-860b-a71fea02456e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.255 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63224,14.24182&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6301,14.09393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1969b4a-6a33-42ed-9465-d721a4e748fe, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5758c35f-65d8-479e-b484-0c703e7c46da, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.257 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95085,15.22829&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c119dabe-735c-4c85-8619-7e997e29434b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-6, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-5, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6228,14.06441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c5255619-9746-45f7-a792-db2ab881e518, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-6, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1fa3479-3c69-41ec-b8b7-c2db98db7e06, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.261 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-5, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72626,14.80023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67e56fea-fb86-41c6-bcc6-4b335fa99c52, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-6, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-5, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-5, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64288,14.35091&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2f65e351-1781-4c14-bca1-6fd73efb265f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.263 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-df9da652-c899-4c59-a90e-af82e18b8351, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-5, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c19a08bb-167d-404a-80e6-71d95049bf67, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-5, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-4, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71048,7.74719&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d2baea8-c3ec-4e9a-810e-546bad011007, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65042,14.56192&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-6, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce0c0357-b7be-4c72-b7b5-0a30906e9789, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68318,14.68025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-5, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ff8c81d-1cd0-46a3-99e6-7fd14550bce4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65005,14.5136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-85ac5fda-1874-4914-827d-67143451dd15, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.267 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-4, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-5, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.58035,16.11033&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f21b7e12-9557-4aac-a9cf-69881a587a68, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15247,-8.27889&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68702,14.6973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.270 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.270 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-330787c3-3b9e-467f-b9b5-48bb74c67548, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.271 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e91d65c6-8bc1-4e94-a852-ababa527c8cc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-5, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-5, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62381,13.92312&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70009,7.7726&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f8cde8a-c93b-40b6-a897-bb5e1a687bc0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.274 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-5, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.274 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-80f9fa61-6c41-406a-b871-a453f7efd5c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.274 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64835,14.2541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.275 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95818,14.91692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-4, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-607d8308-4206-4a9d-b59b-36b13e98c534, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-4, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a59ca6d9-4a4d-4d92-beb1-572c0687e67e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.39369,16.08198&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-5, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8e50401a-d538-4080-b02b-865ef2b222d8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-6, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea7a5d5e-aafa-42e1-9067-65f0338d954f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.278 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-5, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69825,7.77426&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dd9e0e29-75fb-46e9-b248-373e86c98306, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-6, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e1391a58-742c-45a6-ae03-102593a8fcc1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-5, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69985,14.76554&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57e0eeec-6723-49c5-ad50-e4cfd4355dbe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-6, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.09825,15.81805&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7cb4128f-5478-48a1-bf28-351356ab9862, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.281 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-5, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.1847,15.99752&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9da6fc57-844a-4b9c-b25f-6859d577baf7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.282 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-6, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71049,7.75935&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-771e9118-7dae-4890-a031-2554b563a01a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e20dc941-1e16-4b7b-a3bb-f24bc09c9426, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.283 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ecd4419-d019-47ea-b24c-f29fdf391361, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-5, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-7, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69819,7.67401&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-38efda83-47b6-4c4b-b61b-0768c922ff35, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-557e94f8-35ee-40be-9b00-abea6581688d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-5, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.64516,16.12392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-6, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1dfff117-a29b-4ab7-a8c3-17615448bc19, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6607,14.57145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.286 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34769103-3cee-4ecd-9895-3d00551f4403, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-5, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e780c584-c1e2-4dbc-83ba-b524a187c5a7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.287 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-6, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59745,13.88243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d49361cb-70bc-4210-a8b7-4ee60ed76ba1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.288 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-5, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-53645aeb-cc05-4753-a636-3e58d2b71c2f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-5, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.75988,14.81521&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-5, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63389,14.1066&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9662b033-01e3-465f-937c-1de2d50baab6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-5, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96222,15.38258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-850e9d66-2291-4e34-9539-61747d4a646e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.291 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-6, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-75b5b167-57e3-4692-92f1-4cb038f60480, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.292 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-6, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-27a98b95-8673-42b1-a35e-04d7ab26de6b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.293 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-5, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.9752,15.11392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-746fc2cf-16e8-481b-bd0d-f467c6a2f929, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b634603d-7a2c-46f7-83fa-bc56e11b6a89, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.298 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-6, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-6, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.571,13.82545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.95153,14.88708&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-313599ee-47de-4620-961c-d5e66a834f97, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f6a4e611-3040-4abc-8528-516df14ab0be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.300 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.301 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-6, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.307 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68448,14.64999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.307 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20b4502c-b1c2-47d5-8f2c-d7033359699e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.65741,-7.6431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-5, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5582690-6604-4026-b41c-3340180311a1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d82599a7-de08-4e50-9e80-a7c3c52323d0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-4, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-6, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64101,14.36905&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55835,13.7608&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-700492d5-e938-4f86-bb22-1ce48489dff6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b2191c2-3ac2-4269-ae0e-af6a4ea7e9d6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-5, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.310 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.309 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63911,14.44309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-5, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7fdfd6b3-d9b0-4b9c-89e7-49cf75be31fa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=47.40645,16.08062&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-6, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-88421385-62f5-48ea-a818-c69532fd0aee, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63504,14.24597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-5, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bedb32ba-acec-4619-8bb3-f5bd182eea2f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dec2203b-0361-48ea-8e78-fb4887125e0f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-6, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.312 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62745,14.08671&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d232656d-6847-4f1a-a964-ed5420711488, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15056,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-66fe6d2f-8b22-4434-a7e8-e100d6d413c4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-5, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.313 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-6, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-5, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9c896694-aeb5-4c12-bacd-19ce0459c627, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-5, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69821,7.77416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64553,14.50485&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.69543,-2.30743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-29038c04-c6c9-420f-b723-c9fd83490ffe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.315 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-5, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63177,14.21071&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.316 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-972631a1-4f0f-43a7-8310-3c6589da473e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f10801e0-2ad8-4787-ab4e-06e8a6fd8fa7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.317 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.318 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-6, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.319 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.319 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-6, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.319 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.5696,13.81285&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c0eab7c-5ed9-41fb-8dc1-4c61b92d971e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.320 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-5, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aba77b68-e40b-4cd6-9132-b82b3651b8a9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65369,14.52542&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.322 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f33871c3-e47b-4886-81a9-7677015d1bca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.323 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-6, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70386,7.73414&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4bd137eb-6986-4820-b2a7-4e5070356ba7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.324 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.326 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.327 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-6, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69709,7.77173&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.328 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.329 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70108,7.71918&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc8d7626-bc7a-4331-8b23-c575277e5c09, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-6, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63332,14.17201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7ed42bbf-1e12-4189-b10a-0ffced99da6a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-6, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.55889,13.7624&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.332 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f816e798-a81d-42ea-93c6-8406056e0798, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-6, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69767,7.77427&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1468f78d-61bf-4ee6-ae65-94b95d0b96a0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.333 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-6, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.334 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.331 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f711da4d-4b9a-4ad5-a131-d1bf52253387, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.343 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.344 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.344 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-6, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.671,14.58067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-654ac767-674e-431c-9156-2d9b0d023a86, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.345 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9096dd06-b54f-47c2-9b1d-b8055e33394a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-6, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-6, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64549,14.54806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.346 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.97515,15.18658&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-edb67770-0f49-45dd-8f3a-6b8c1a638d88, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22b92801-92b3-402e-874d-510e1cd2ecd0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-6, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-6, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63043,14.23563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.347 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c90114d-0595-4baa-891d-f749b6a0b7f0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-5, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4aca40e6-9444-45fb-b829-997992b4f0f5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-6, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71135,7.74856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cbfa3077-ac01-4c0f-b7b0-5a31dc183ee7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.348 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69903,7.67279&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-6, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2e35d339-5ff8-485f-bdd2-7cf70f4442cd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-6, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5adef70-83ce-42e9-bec1-9974fd4c290f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-6, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.59025,13.86909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8884463b-0ee1-4a69-8756-03692f7cd3ac, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-6, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.96256,15.04667&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ae708f25-0570-454a-b46a-2278ead5364f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.351 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-5, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56082,13.74436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c98dd2b7-ccaa-4c2b-9cd8-4edfbff80138, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.352 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-6, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64501,14.40543&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-038dd990-0033-452d-b307-0d4a21e96b64, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-5, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56644,13.77971&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-61b5f339-8b34-44e4-aab2-3d080334b012, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-6, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62323,13.91822&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d6b12708-8f27-404d-b35a-a6e87ce18be5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.350 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62686,14.19378&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7b2c387f-9c20-4f2c-965a-63d78816594a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.355 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-6, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ca5a87de-68ee-4074-9bac-ccf7cf831ff9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70506,7.76722&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.356 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-5, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-719ab767-cb53-4dfb-9a93-8e25e2d8be9d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49f04805-819c-4753-a194-206673f761ee, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.357 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-6, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-6, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09504&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34fe2155-6615-4238-a856-74358fb729bf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.57738,13.84024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dfd706f8-a528-48b8-a00d-75d9e0e9a6d5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-6, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.358 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-5, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69406,14.71275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bc1b7d2a-68bf-434a-a9c2-57eb9d27a879, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.360 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.361 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-6, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-5, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.58507,13.8535&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9bcb0bb4-96fa-4de6-bafc-4857cf1f83e2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.362 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f9c0b9d5-05f1-4b50-8bce-9b3284512488, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-6, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15045,-8.27848&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-5, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-431c5d5a-b006-4887-801d-7caa3d1f549e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.363 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71037,7.75972&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-5, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.71394,14.78067&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c6e878f2-f8fe-48c9-93de-a686f3a713bd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.364 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-6, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56103,13.76669&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-38b51604-be20-49c4-9a69-16cd506ab1f0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64416,14.49165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.365 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-6, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a7ea3f3-5dc0-4596-9ff4-c90654c13d65, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d51787be-0781-417f-9b10-fba4ff837709, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3201217-725a-4907-8634-676334df0d9a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.366 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-6, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68338,14.66627&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-510a81bd-3d46-491a-ac27-c3290df62e05, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62125,14.01294&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-6, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.367 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-6, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63061,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.69678,14.72956&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ce13c0e6-0a49-44c9-b5cc-7675607cb544, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4bd4c037-0375-4538-8069-67297016d077, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-6, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-5, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.71406,7.75155&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69826,7.7743&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-baf00138-7c47-49ec-94ee-bc24189c24e3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.369 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.370 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-07632dec-f3a9-4feb-b7a5-e7e391015e7f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.370 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.370 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.370 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-6, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.72052,14.79556&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-69e1a6fa-9a55-400e-843c-b608908b5491, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-5, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65352,14.5355&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3068398-d584-47e7-a8a7-fa65030b41d1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-5, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1269f8a9-0f15-437d-8ec7-6e58f39a3c09, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-6, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6291,14.21936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eb719d84-6871-40c5-b9be-d7c09ddd5177, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-6, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34b79abd-43c0-4919-a5af-d2680c02541c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69901,7.77028&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-6, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-90ded58b-77ae-4396-ac96-ef734fdd389f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65384,14.27168&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-6, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d3329ebd-9943-4147-bcae-8837e87568ce, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84105,14.82441&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-5, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-63460c0b-9b29-461f-97f3-0eb51f3929b2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-6, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70093,7.76876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20f4897e-dd58-4350-8ffb-8c25800fc11e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56773,13.72884&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-6, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1580b39-a84f-47b7-a285-6842727a7110, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70121,7.7093&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-6, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-214c598d-3c0e-45f0-8d6a-33315c2d93d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.377 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-5, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a65d9c55-9c05-4e08-8746-90b85c1f0e13, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.6218,13.93696&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-6, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63806,14.12172&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8d5ece9-c379-44eb-997b-00e31961ce68, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-6, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-6, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64492,14.34074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65941,14.28502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4440d9f9-cef0-487c-a870-9e972655d015, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1f263b07-4320-419e-95d7-011b600c30a9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-6, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-7, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63246,14.17709&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.380 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70038,7.77246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-795f415c-79a2-481a-aae0-415ba50e52ab, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.384 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-976fb91d-fd1f-4089-ba9e-28dcfbb195c5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.384 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.384 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.383 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d73b9bc4-1550-4a76-8539-825869c383a8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-6, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-6, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.385 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77f6e409-a39a-443e-a993-d92f6b3711a8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-5, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.60782,13.89184&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ec1b4f3e-7ea5-45e1-b70d-0efbefa8bd45, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.386 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-6, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-950974d4-06e3-43b5-a091-503f6a33cf85, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.387 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-5, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63136,14.09581&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de17c62a-7036-417e-8612-8f9de60d8eac, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-6, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63012,14.09551&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.388 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7710bb17-e8c6-4258-a8d7-1f98a400db6a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-6, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64327,14.42664&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.389 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1ee7ecf-60a9-4a37-802d-9fd84257e30d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-6, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69738,7.77437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-901a4794-5651-4b19-94b4-343db173a964, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.390 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-7, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62187,14.02984&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5dc00af-2b7e-440b-887d-5a2e8535943d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.7001,14.75901&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be656d7c-51e0-448f-aaa6-1f589d8ffa77, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-6, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.391 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-6, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62558,14.08233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4a989981-01c7-476e-b26a-20191be85fd2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.392 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.393 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-5, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64137,14.47618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.393 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.50565,7.64968&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7e95b900-ec94-41ac-bae1-c1eca2a697be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-5, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-5, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.68515,14.65628&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-016cb8f5-6b73-4223-8424-69865393bf7e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70087,7.77056&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb99c8ca-22e6-4720-a144-d820e43dfbba, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-5, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.394 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4ed1f534-0026-41ed-b127-8d6f94c0ce1e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.395 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-6, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62274,14.04748&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64061,14.1385&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5fa4b86d-7cc9-4bb0-9b94-1dae48821cfc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.396 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-5, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70037,7.77248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c737b030-f2c4-4660-ab5d-31d4a73ab156, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.397 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-6, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70034,7.77238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-507f5d88-6493-413b-8bf5-5d035d3b5fc3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.398 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-6, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.64565,14.39133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-33f0ffc8-b238-4383-a154-e81c318dc845, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.399 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-6, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.99397,-8.8767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-6, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.65767,14.29527&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-846a7433-5930-4ea2-8952-10c563b68ed3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.400 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-5, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.84972,14.83549&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1ce95f76-f53f-411e-9225-da86269efe8e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.401 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.402 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a70944ef-b47b-4713-8922-a5bde228d914, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:52.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.402 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.402 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-5, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63062,14.09505&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09290892-1611-4f5d-9bd2-468f4b8e9845, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-6, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.56907,13.79618&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.403 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4e8d3d48-5690-491d-978c-ae7247f297c4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-6, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.70197,7.68995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3f2d631b-4410-45cc-90cc-eb502f9fadf8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.404 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-6, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.62408,13.96503&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77c05d6d-85cc-40d2-ab31-549767b4d503, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.405 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-6, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.61817,13.99936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:52 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-728f7789-d098-4841-828a-f2093865aa7c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:52.406 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-6, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-6, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15067,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.407 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:52.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:52.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.63818,14.15642&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:52.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:52.420 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 120 active connections, 138 inactive connections and 1 pending acquire requests. 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.139 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.145 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.144 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.148 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.149 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.150 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.146 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.151 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.152 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.152 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.152 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.152 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.152 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.153 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.153 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:26:53.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:26:53.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:26:53.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f6cc568-747e-4982-a7df-e9e85cdf7011, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.169 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-6, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85308,-6.4036&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e43c0c1b-f05e-4e75-b90c-817e4d94aaeb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.171 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-6, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.32215,-8.67022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6d4838a8-491b-4d3c-953f-98c9ef5363f3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.173 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-7, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76654,-6.39665&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-851a0778-2f5e-4904-86dc-d1e4995bdad3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.174 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.175 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-6, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-094f73b5-0540-440f-bb4d-9a8156e8fced, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.175 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-4, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.93886,-5.4597&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c22b8d4d-637b-4eb0-b3a4-e74177422fd3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.176 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-5, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82394,-6.39437&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-540cbef2-cbeb-40a0-a73f-b0c135ef6736, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.178 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-6, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e21879ab-059e-4862-9031-bdf9283b279d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-5, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.88117,-5.72408&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-297eb935-5ad2-487c-8134-75e55c1a9705, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-6, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83f56bae-1874-4eea-881a-cfe028e0a3ce, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.181 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-6, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e2cf2620-aac0-416f-a582-3c63f5fba2d1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.182 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-6, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b9831fa4-2838-4e5a-8139-4ca5c4393f5e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-6, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84584,-6.39544&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c620c89-ab58-43a8-a067-51170d6e97f6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.185 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-6, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6203dbd5-84dd-43ff-9b62-5ae00a71acf1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7beaf5cf-c9b1-467a-8a60-b52ce08acd98, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-6, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34441,-4.78309&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-64199cd0-ff6d-4d74-b119-21e7d42ace64, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.187 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-6, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34417,-4.78602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-01a15b6c-88c1-4fdb-9424-f3598025c861, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-6, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.95983,-5.37481&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.188 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-6, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34318,-4.74908&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1f6da0d0-b9b2-45f1-844b-26bb75d0a65e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-7, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-416723dd-975d-4843-a9f7-09b91109732a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.190 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-4, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.83392,-6.39419&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5a5e2526-1f07-466c-8c2d-0120bea3588f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.191 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-6, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.97247,-8.5786&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c26929e-c66a-4743-bc24-96b439c3b849, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-6, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.193 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00de7d35-08d4-4679-8d43-887ad9852b64, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.193 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.193 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.193 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-6, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69872,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.38925,-8.68494&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a9acb846-82bd-47d9-b0cf-73dc17ce4f2a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.194 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-6, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3f45419-ea03-4cf2-ac70-4a5e4d228ac8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85579,-6.40314&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b526d066-5628-40a1-80c9-8e8f472b2740, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-5, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f639ef0e-75dd-4fe3-af0b-5f11e950dd61, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.197 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-6, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67397&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f3b390ae-25ed-4717-8676-8b3b72fa0cff, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-6, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55ee1146-4058-4188-8764-5a1c64177648, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-6, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-76304d67-51b5-4f8f-a357-cb82b6898691, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-6, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27762&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.200 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-05f55da8-ed0b-4fd4-923e-a0dd926ce57c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-6, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0e5fcaa8-06c9-4080-817f-1d3fe553687d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-5, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.27699,-8.6765&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2b26d1a3-2eb5-477d-b95e-d35b9f9b7210, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9d3aa3f-f64e-4a84-afc6-2b80a6a0e66f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a874fe64-d78a-4629-9b9e-d45938c07537, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-6, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-7, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.67715,-7.63477&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.205 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.206 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.206 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-6, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f21863bd-9cc5-4ac9-82cc-6315597c6f19, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aca7442e-cb88-415c-8e96-bdc7f9a920a2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-6, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.9189,-5.54697&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8dce8568-def4-4a1e-86b8-75b0c4410b2e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.207 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-7, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1950c62a-4d95-4c9f-b9cd-5c952df35005, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.209 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-7, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-6, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eaa52372-b9bf-4cd8-b04e-9aa5edfb8260, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-14da814c-4b65-4194-a47e-570ae96d267d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-6, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-6, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85855,-6.41099&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85206,-6.40169&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.211 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-88f1495f-7114-4818-9336-c6966977d419, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b307de4a-df5b-439b-9b0a-2eb3bb737249, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1de7bd4b-4e9b-44f2-b237-7a72ae22707f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-6, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.212 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8968d4c-5a2f-4367-b728-fec9c6d727b0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-7, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e14c7d11-b2c6-461b-8684-fe8c902c0274, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.214 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9372,-8.55068&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-6, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-adde7055-9a4c-4041-abe1-fe198544ec3c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.215 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-6, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15597,-8.6633&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2ff1c568-71e0-4db2-9e0a-e2f56c647d92, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.216 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-6, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81277,-6.39254&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.217 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-6, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-7, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-deac51fe-679b-457b-aac3-62f7ec28d431, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-7, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00095f8f-1828-48b1-b82c-2116ccef6cc1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-7, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-58e7cb90-2c54-4a88-a251-c78a9255748f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-6, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67398&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-42b20b65-e0ef-4ea0-be95-4464d7866106, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.223 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-7, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.218 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.223 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5397a1df-2617-4a9e-a757-ba4b8673e119, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b93f64c0-8284-4b58-8271-3bd9ee6ca179, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-6, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.224 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-6, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e6a6893d-2a35-48b6-b07c-af2b9f4a83c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-5, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-382d5c06-2ffe-4ddd-97c9-eee9f7f5d3d5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.34607,-4.82466&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-62ec3aeb-5efa-4310-9337-3f47051d09d4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1316d91b-c9fd-40b6-b713-0fdcb7c1e3ba, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-6, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.228 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-6, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76951,-6.40026&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-70201934-68ef-4108-8fca-223e03e8f886, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.28164,16.51177&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5577ccb7-49e2-4190-9207-c0143e5bf6c7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5f8762a4-2a8a-486c-8431-20873554dab6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-6, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.231 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-5, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-124ff8d6-9da3-489e-b020-bfa7800e82c2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-6, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-6, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.98465,-8.58717&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.66442,16.68329&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-6, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.7931,-6.39297&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.64102,16.68588&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.234 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-33322c01-2d8c-4628-9297-737dcf6828d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b1a51bae-fe9d-4569-b197-52d26c2b7c8a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-6, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.75767,-6.38707&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-6, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-71e83ab4-79c3-4ae9-ae8e-55a347fb6281, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.236 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-6, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82119,-6.39366&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c4b4280e-0662-438b-a7c9-2ecdd5274cbd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.237 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a71a488f-3f04-429a-b7a2-8cfa368a788b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-508104c6-c4b2-4521-a085-89e97fb4b5dc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.238 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-6, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-7, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4b8bbf8b-616e-414e-9bfd-a743a959bf70, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-6, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.74637,-6.38163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cab0b0f8-9ab7-4b80-b1cf-a0cff6c1ee38, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.240 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-6, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-6, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15178,-8.27898&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f129dc83-1bd6-4462-b252-5a62f1623b07, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.242 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-7, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.244 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.244 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.244 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-393bb9f2-fd64-4f45-b948-c508e0eda5a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-6, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76686,-6.39703&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db621c55-4fe2-435a-826d-4ce6227d765e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-7, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.244 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-56402c93-054a-493c-a238-8ebd13c85984, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.248 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-7, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69878,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.85862,-6.41909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aaa6566e-1c63-444f-b678-44e7a95eb346, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-6, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.28982,-8.67853&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-48ef5707-d0ed-4f94-9aed-de5f7221a65d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15032,-8.27777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5735178f-8715-473d-8e92-d90c636a92c6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.250 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-6, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5cdbdfce-c054-4be5-9193-3132c4b79e63, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.255 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.251 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-7, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-5, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-43a44719-7742-4ecf-8e73-cace11ce896f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.257 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-6, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.33878,-8.67637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4c28328c-30ca-4e66-b015-0fc75162e4da, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.259 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-5, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a06d9f59-616a-4811-8360-eddd1e0a8f80, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.260 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-6, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=54.89985,-5.63523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-540f352b-c6e6-4344-b0ec-daec61620ed7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.261 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3d3bc1d9-3840-43de-a856-bfa1a72545c3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-7, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.82982,-6.39396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c26432d8-8e26-409d-b1ab-75320c8a3879, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-5, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15065,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5c6dae8d-7d7d-410d-92c0-c40184d8c6ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.264 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fd06f812-1237-47f8-a3cf-643df6af0111, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.265 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.266 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.266 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-6, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-6, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.901,-8.47163&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3ae7756-3a8a-4350-acf9-4e18809c05b1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67393&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.267 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.268 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d2a7afe1-1aea-4c98-b1a4-7c179d7e2594, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-7, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-6, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22a76cdd-c7b0-43a3-a8de-be107a9faa94, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-6, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.62988,16.67747&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a88987ec-9451-41a4-97d1-767028b841ff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-6, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a066afbd-a281-48ce-8110-83a0445a7eae, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.271 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-6, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.272 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69875,7.67399&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f973672c-2771-49cf-8957-31890762cf07, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.273 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-6, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.7278,16.6578&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9d9042b-e481-4418-bcff-d2d2a4c75ded, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-6, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69874,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-42bf08a8-7ac3-470c-9824-5971fabba067, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-6, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-6, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.81488,-6.39239&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.276 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.84067,-6.39411&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19226483-1acd-4a4b-9b6b-8a80632a3d7c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-6, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06469,-8.60785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.278 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c6bf304b-2618-4e4f-b4d8-261e4aa42198, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-7, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.279 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-45de8e27-0793-4925-9efc-6019df6c6b83, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.280 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.281 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f4a7077-5a44-42e9-8cd1-bf5371d8130c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.282 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-6, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90819,-8.4736&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.284 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-7, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-145a2a7b-6d38-479f-b96a-29ab4a38b67e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.285 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-6, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc916eab-6ea3-424b-acbd-5ce26b2778c7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-6, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69877,7.67396&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5a96768a-4b73-4f8c-8ada-a115258ff5b4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-7, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27754&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69871,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.289 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41aabcd1-5dce-4359-b3fb-54f8b81ecda8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.290 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-6, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6134035f-9902-42d8-93ff-4b44b2adef26, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.291 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-6, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15738,-8.27482&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.292 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32ca9a9e-913f-4601-b5af-c107403dc7e4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-6, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.293 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c32b3589-09e7-4946-adcc-cb664a60008c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-6, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.22436,16.45236&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.294 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0cc06e84-da44-4732-9f92-459cdeeb0636, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.295 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-6, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15063,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-58f201fc-314e-45cf-a3ea-5e43c65d0f4c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-6, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.9017,-8.47284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a6af1471-d022-4b03-b184-e176ba3535fb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.297 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.298 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.298 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-6, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.298 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.298 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.68335,16.65798&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.298 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60976e7f-de86-458e-adfe-7ead7ff9b809, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.299 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-6, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3cb2adeb-240b-4c3b-91d4-00d649ad8023, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.300 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-5, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27756&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8d3cc850-c359-4e7b-8a30-f7420bdaf091, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-6, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.76868,-6.39927&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fede791a-f05d-4684-b0a2-d0cf6ae7abcd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.302 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-6, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15135,-8.2788&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2bb390f7-ce9d-4ee2-8cf0-0c9e79bd214a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.303 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-5, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27758&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83b09b7d-5d8d-45a7-92f0-22759d826ec5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-7, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-17549630-4d51-4a15-a32d-def9c8eff559, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-6, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69873,7.67392&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.306 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-681df39d-0445-4c89-910f-f36aea336018, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-6, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27757&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.307 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.308 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.308 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b2a41639-e2ff-4403-a68b-da6c8aec4b97, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.308 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-5, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15064,-8.27763&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.309 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.310 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ad17660d-13a9-4730-a5d5-b1847d26b939, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.310 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.310 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.310 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-6, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=48.27039,16.50601&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49acfe06-c5aa-4136-88d1-6cf4ae2ed73e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.311 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-5, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15061,-8.27761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-93fd7274-d8a8-4eda-8fe9-1121a6901d6a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.312 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-6, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69876,7.67394&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-35e5b461-c51b-435f-ab4d-a510e075205e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.313 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-5, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.15062,-8.27755&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:26:53 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41d31b20-7e95-4ad6-8c67-98a7b4e00488, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:26:53.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-6, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-2, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP response frame 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.90848,-8.4735&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-2, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Decreasing pending responses, now 0 2021-07-19 19:26:53.315 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-2, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP packet was sent, terminating the channel 2021-07-19 19:27:12.069 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Increasing pending responses, now 1 2021-07-19 19:27:12.069 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.http.server.HttpServer : [id:0a7dace0-3, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@58f5432e 2021-07-19 19:27:12.072 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:0a7dace0-3, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.107 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.108 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.108 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.108 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.109 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.109 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.109 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.109 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.110 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.111 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.112 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.113 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.114 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.115 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.116 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.117 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.121 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.122 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.124 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.125 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.129 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.132 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.139 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.140 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.146 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.150 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57e850d0-19c2-4931-8835-6c1e0f1f7b31, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.154 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.155 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-6, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.155 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57471,12.32797&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.156 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9b32d098-2a9d-4957-8eba-7f018086331a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.157 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-7, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.50386,12.13936&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.162 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.163 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b818ab4d-bcfd-4cc2-abbe-5a06056e85e7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.165 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-7, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58765,12.24242&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.166 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb6c3d53-0a0d-4b74-8fdc-489068c79083, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.167 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.167 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-7, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73712,12.68123&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d783d2f-7f92-4aa2-9ca7-8d645ca068a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f8c601d7-0861-4922-9ab6-24ee07824104, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.168 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-7, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-6, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.588,12.22416&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62716,12.43833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8eb205b9-fb1d-4933-9fd1-55f60ec319b5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b39448f0-d1ef-4b61-8c3d-924c7461365d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-6, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-7, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.65489,12.49353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.67578,12.54078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-935cde18-4438-489a-af94-b5fd316d3e88, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.171 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-7, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.70572,12.60881&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.172 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8cc67b43-b9b6-4cde-b1db-8d59581b8372, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-6, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68556,12.56125&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.173 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f01f001d-a961-4c25-96b2-993472165b92, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-7, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82477,13.05673&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.176 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aecaac9e-8970-492d-b4cf-1a410342c46c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-6, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66839,12.52514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-84e2c6c6-71ad-4b70-bc33-c029a11307b6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-5, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77877,12.77377&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-86ad6ccb-eaf3-495a-9f0c-d332b91afd83, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0da98eef-ed81-449f-81fd-4ca876b31a12, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-6, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-7, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81891,13.03218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60088,12.38668&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.179 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e3776180-cdc4-4679-9d93-520d56ced566, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-6, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74247,12.69801&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9317aa39-75fe-4e09-893e-857e09fe1cdb, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-6, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63999,12.46318&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.182 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.183 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b91f73a2-406b-4091-947a-884ed69f1dbe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-6, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80869,12.9576&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3c55b898-f74e-42d9-b482-91a9010dd68c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.185 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-7, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69289,12.57659&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.180 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.187 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-86e80240-b005-4ee1-86aa-a56355785291, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7f304bef-1832-49f6-9a1b-3a79f444f066, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-7, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.189 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.62006,12.42281&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-7, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.02928,3.86121&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-346b348d-05e0-4a42-accc-fc58ea0a3fe0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-8, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.68312,12.55613&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f34f29e4-dbc1-43a3-aa5a-4fe82c52bf4f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.192 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-7, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.49105,12.13809&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6a24ee77-0ce0-46a9-88ac-2a7290e1b8c8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41b2ed56-5691-4136-8802-0df7485592c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.193 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-7, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.54014,12.14176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b954fb4c-3074-43ff-a58f-5b9cbd01014e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-7, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59203,12.37311&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-08dc5f50-72e4-4062-a270-7422b88f501d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-7, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81135,12.97605&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6bc5eeed-e56e-4102-b710-773beb02038a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-5, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.73201,12.66523&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e90e5fc7-938e-4413-8e03-c4b397afc946, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.197 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-6, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.72644,12.64847&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e21f5ae5-3ca3-419d-882c-29ff56be1f48, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6f6dd5a6-d140-4493-85a4-ee4dd0c73c96, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-7, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-6, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41726,11.93425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8072,12.93872&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95ba33b3-710e-482f-9794-dc64e1d46b77, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-6, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43017,11.99681&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2e1afdb0-e5a2-46c0-ba37-fe4fb533d299, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-6, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.75707,12.73634&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.199 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.201 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 163 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.202 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.202 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.203 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10c04057-0d28-4085-b553-8e29c2fc263d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-6, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3615d9fd-4c59-433f-bd0f-ed5632cf75a0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.42311,11.96248&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.206 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-7, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4338,12.01449&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-6, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71881,12.63346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 179 active connections, 78 inactive connections and 1 pending acquire requests. 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.209 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-800fbbe9-a49e-4add-bb33-391edff3c9a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.210 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.217 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.217 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-6, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-83d32147-2e6e-4fd1-a154-bbc62a1a2119, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e9e85f5b-4807-4e2d-b412-6ed634632218, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-7, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43867,12.03806&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.220 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-86ed18ca-bb70-4938-9177-ab04370bfbc3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-7, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82362,13.04995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a5549d9f-ea94-43f3-b8b4-1e561463c043, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.221 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-6, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36689,11.88511&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.218 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.63461,12.45351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7448d472-f160-465d-a92b-566736dea42a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-6, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58895,12.28602&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 176 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d87d3725-88fb-4a85-9aad-6f6f011106ad, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-6, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57071,12.1572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-341f14a2-65cc-4bf4-b437-f3b19369a115, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-5, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58294,12.35992&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-7, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2422f972-609d-4431-b4fa-a1d68bb7845b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-7, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.66166,12.50925&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58924,12.20573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-70361a59-741c-4635-928b-6b752eba1fc2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c5760275-6be1-43ac-8a5d-2c87faa0ab9a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.228 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-7, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81715,13.0133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8c1b43f0-62a2-47c7-b836-2f3d6c7fe595, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.229 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-7, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.52711,12.14038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09045b92-fcac-4196-a5b4-a92b66593bba, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-7, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8038452d-39c5-4778-b11a-106131f3bbf7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03931,3.79346&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f0517fbc-f713-4b26-9b4d-8e1a83fcb0a4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-6, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.232 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-6, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.81468,12.9945&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3f0757ac-bb63-4caf-a889-30779ab22948, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80629,12.92723&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a147c9e4-6ec7-42bb-ba4b-c18961fcfc15, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-7, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47547,12.12221&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51423,12.13995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f813eb62-23af-4618-82a8-faf1422a1ac9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-7, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0197,3.92559&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7f836ee8-93df-413f-8c6e-5584f2905082, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-7, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-7, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.69977,12.59232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.235 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0010cb0a-8549-4f1d-8890-38d6c8f7d7bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-6, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.47027,12.10566&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a7aca7ef-5e22-4808-b960-6a02d3bfbe41, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-7, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.61253,12.40774&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a079e411-d597-4e8d-b3a8-08d0d69b3238, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-6, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.56067,12.15021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-780a2b1f-1dc0-435a-a68f-aa1effe2c398, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.237 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-6, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a85982f1-5123-4a56-a842-0058338caba9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-7, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a26acda3-fb3f-4289-8f53-2d4c8861ee20, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78844,12.80637&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2020b141-9ee1-4e9b-a005-519b10b3386a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.239 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-7, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-6, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06824,3.35916&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6893ce60-782f-4806-b48a-6dcb87e03f6f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-7, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.240 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.446,12.07358&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bff90fce-a0cc-4084-a452-df96b22564a2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-6, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.64802,12.47777&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-131c3e73-0914-4cf4-b8c1-68801f2ef216, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-6, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.77374,12.76453&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-10ad1f34-5c39-459a-978e-ed6a0d5d9f27, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2e55899e-c2d1-482a-a3e1-e184c7d02992, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-7, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.5901,12.25029&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-11eaca40-ffd6-4a46-9cb2-1dc87e4dc0ec, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-7, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1cdb212f-358f-488a-929e-eef7d8fd09a9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-5, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.243 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-7, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.244 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.33917,11.84479&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cd9c8664-59d9-4741-960e-d64413f8f155, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-036de61f-8084-422b-a137-102999fc5b43, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.245 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-7, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06792,3.44683&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e52cc705-4857-4096-b3be-1e399710fd5a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:12.246 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:12.247 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-6, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-7, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ada0b2f7-e83f-4978-8c78-2aa841d057e1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-6, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.248 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-47d3fd32-a6e1-40dd-81d1-e0d59a6fe82b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-7, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-df3a9be2-d0fe-4cf9-ba75-bd22b089415a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6a029a17-8e5f-4bc9-8a8c-219ad7555eee, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.249 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-7, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-7, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.89412,13.28238&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-908be556-2646-4a78-999b-aece2527e7ed, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-5, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80344,12.87714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20823475-1d75-42c5-bd42-33e858d6acf6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-7, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57833,12.31275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32f2abcb-3129-4e53-9635-63e75ab0e5b5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-7, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44887,12.0851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-45f79d69-8eb4-483d-8c26-6c20cd85a8d0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.252 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-96be202b-359a-47af-8864-701998412af1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.43502,12.02038&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b79a535-9b0e-4dd4-88d5-7f76cc5ecb21, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-90895a96-ea1c-4514-b627-518c598ab90d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-6, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.253 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58393,12.18888&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-7, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb2ad3f4-1b6f-4105-970f-5a9b740a3c0a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-7, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-7, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea59a0dd-0322-4fb8-90da-42647b58e47a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.38351,11.91899&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-6, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fedc0e55-2075-441c-a39e-80f964f7cfc0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-99110daf-eca4-41fb-99e4-0f1e384b7698, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-6, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.59253,12.26807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.256 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9bb01a83-d022-419e-9aff-5efc9cd54b0d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-7, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-6, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.48452,12.13431&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f5ca0750-3849-482e-9313-7b8b189c4ebd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-25af05bd-a200-4e61-9cd6-42ab097400c1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.258 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.259 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-6, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36402,11.86914&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b62c6d6f-049e-49c4-9cb0-221d4f86fd47, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-7, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8779,13.24856&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.260 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-7, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f5cb79b-75c6-455e-a965-5ed8e0bcfdaf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85361,13.17502&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e96da74-2911-44cf-8c48-d50e504e6332, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.261 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-34fa2312-5525-4767-9a16-579f127ac23a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-7, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74982,12.72105&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-6, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-6, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4265,11.97909&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-18ea3043-0080-4fe8-a12b-c8111860b815, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-7, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aedcb210-94aa-408b-94f9-75a604854ff3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-6, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5413511c-ff42-4767-b8e9-8e085126bbb8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.264 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-7, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-82cc8df8-b545-414f-9b63-ff224c5bf62a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-7, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4eebe5fe-8e30-4a94-9efe-b165180cbf94, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-7, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bba36130-77bc-4fd7-a263-298d05867851, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-7, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.60888,12.40113&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fdbf560d-739f-44a5-9971-88fee68b76dc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.267 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.263 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-6, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37429,11.90854&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-37ca1f88-db94-4b08-b09e-fc1c119febf4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2b7596f7-444f-4bcd-a5bf-6cb1944f45bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-7, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-8, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80136,12.86585&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.49114,0.50701&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57baf375-44da-43d7-ab9e-99ea38f9c2b0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c06d5949-9c8a-470e-a083-4bb6c6b59a3a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.269 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-7, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-8, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.71052,12.61913&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-70d9fec1-5948-499d-9039-8f6bb1a13ad3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4be9ec22-2daa-400e-b24b-fd1cc3faac60, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-7, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-6, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.90274,13.28497&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79142,12.82305&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb24cb1e-4e8d-4df9-9156-1c856d525545, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a654a30-f89a-44cb-9788-4765f2bdbd96, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-7, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-7, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57783,12.17249&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be6ee2ce-9e79-4479-8983-7bc06a24ff56, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1776e7e3-4933-4eed-985e-95d82489f2ce, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-6, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.51034,12.13966&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44ce657d-e456-4b92-bdf0-700bdb2a7754, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.272 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.84802,13.15785&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-6, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-7, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06799,2.92469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d43c14d-c337-4927-a3cb-2ce715cce9bd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c0455bf-1377-4907-afea-96188a0a7654, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.273 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-7, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8bed826e-4c2a-4cc9-a34e-b3ea6d2eae48, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-6, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-846079fb-7bc3-4d3c-afe8-5b97ce5cc33b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-6, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.274 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-6, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1339f745-0fc5-4654-a679-336340dbf555, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-7, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07415,2.6439&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83677,13.12343&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9705aa14-f34c-4757-8aff-48e4834dffaf, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-22663493-5e0e-471a-a2e2-14d30e528e3d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-7, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-6, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.275 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-307621ae-865e-44f2-a5c8-5d43d01c9ff0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-da2c10d6-22fc-4ee6-a924-b32b7e0cd27f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-7, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06701,3.2869&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-7, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.276 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f724b942-2812-4f6c-bc9b-8d5efe287176, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c6493d44-a6d9-4c74-8718-b34e321a4b29, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-7, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9999bc3f-601d-433a-bc52-075dad47d915, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a6afda05-b2de-46d9-8063-7a731a237763, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.277 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-6, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-6, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7984,12.84976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-7, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-608c0b15-ba74-4b1a-a1a5-619c1906984c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.278 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.44233,12.05582&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-54bf131f-117b-487f-9150-dfd7760b5b1d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.279 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-7, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-222346ef-cf7b-44ad-8c9b-2ee099947190, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-7, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2a3f7e8d-3276-4422-9df4-b23518d9160e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.280 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-7, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.37058,11.90107&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.93849,13.26545&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 168 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9e7fb9b-79f4-4a11-9196-0c4abd0727f7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-cb9b39d8-eede-4cc7-ba61-4777f66131bb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.281 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-7, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-7, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-11c22a8e-51de-4098-9756-509831ff9a12, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.282 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-7, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.85886,13.19246&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41fced10-b47b-4cea-b7e0-4c8eed3fd217, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-7, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-57e2dbd7-3500-4d24-b346-21b07062bfd8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-6, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.4111,11.93252&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55ea26ab-bdce-41cc-9025-dfa98bc82308, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-7, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.45906,12.09641&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5e96426a-40d5-4608-bb87-eda1b85c290c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-7, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98091,13.24338&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-6, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06696,3.29232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.99972,13.23009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2ede5d70-5b25-4978-a0b5-545055f8e7aa, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dee6602d-6549-41ea-9d8d-bc0998506639, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-7, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06521,3.50533&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-7, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19185dd2-a928-44dc-9854-e3dd17dba1c8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.286 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-7, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-27e931ed-ac56-4bf7-8286-aa95452a0d00, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-8, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46991,0.57218&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db6627b0-53b5-4056-9d4e-8d959cba3528, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-7, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.78506,12.78976&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.288 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8c20d15-4426-4699-b413-a47986b3db31, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-8, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83016,13.09404&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4bf679ca-f587-4465-be41-cb4bf5d6f3ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.289 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-7, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86411,13.20999&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d2c56aa1-a155-4fe0-88e1-7b4e8eb03100, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.290 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-7, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88078,13.25767&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fe376bb8-a884-4aab-aa40-afed549fdee1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e1f7c2b9-1b4c-4502-87a2-afec13514851, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-7, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bd5541e8-e970-4cd2-b7d5-54310b2cc38c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-8, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.50543,0.45886&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b490c2dd-c0c5-4bf3-80ed-b02b0f9ba2c2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.293 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-7, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.287 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05819,3.65201&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20c89890-da77-4ae8-a8e4-c7c5900d198f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-16c9ea77-141a-4ad9-ae51-404bdce73d47, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-8, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.294 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-7, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22025&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05545,3.68256&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f44e7451-01b2-47ee-84be-ac6e87a2dd93, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d8b883b4-6377-4493-aa90-c593269ac83d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-7, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-7, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ed57faf9-d9fa-4045-9de4-e8b6cdb888be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.86985,13.22656&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-7, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-208f27e9-ca08-4798-b4b7-4e029e97f10c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.34438,11.84838&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-8, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-15ca0f76-dd4c-4696-8b93-c765db4e89ae, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-7, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88148,13.25994&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00364261-c426-44b3-84a0-63163aaba25b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2cc486fd-87f3-4c56-9f78-a1c23ac8eebc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-8, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-6, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05022,3.72432&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-065e7f41-8ef1-4f54-a899-6c956249f18e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-acdd174e-e261-4e32-a82b-a9c198f645d9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.297 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-7, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-8, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.80502,12.91078&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-734c0553-60a0-43d4-ab36-a155827082bd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-07266693-18cf-4b64-b592-3dffe00f681b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-7, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.53826,0.26474&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.298 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-74bef7cc-1192-488c-afb0-3c433c2740f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-8, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-7, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d0d4255-ebe3-4920-a145-e3e294fc26d2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.46592,0.58206&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db5470dd-1991-47d5-b11c-518821a58677, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-8, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.299 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93912,1.47877&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8051,12.89354&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c1d463a-1526-44ff-a2c9-5ef34708cf3d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d40f33d4-a841-45d8-8a9f-631eac398cdd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-8, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-7, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.300 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.87221,13.233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4a0598f7-406f-447b-a30f-83651f0b617c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8ceea291-3da9-4fcd-bd81-4784d1c05c05, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-7, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-7, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.44198,0.65388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.58204,12.30164&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-04a7a342-5e35-481b-a497-b80d72e2d964, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.301 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-7, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.83334,13.11243&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.302 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-372f041c-7962-4836-8dac-5c5c1ee403f5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.310 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.310 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.310 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-6, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-7, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3649740-2410-41c0-a0e9-97f718a10b08, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88271,13.2611&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-24257281-c1df-4aa3-9370-337fa05eb41f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-7, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.311 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.55227,12.14834&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-6, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.74785,12.71487&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81c47cca-0d64-4fd3-ac8c-431409580363, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-7, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-69691acc-7667-47d5-a468-86a0d8e88804, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.36263,11.85563&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.312 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-7, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51292,0.43816&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a769a2fa-c7b0-4a9b-a3ee-4e63cafdf350, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-7, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-20883793-cf43-461e-a572-b48c4a2a92de, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.313 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-7, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a327c297-86ab-4d15-a26d-8301a92e3b16, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.314 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-7, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81c31009-b133-40e9-91ce-ff7b605bbc79, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-7, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.51571,0.43183&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.315 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3801fc8b-d669-432b-8b40-b8f2032a9b0c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-7, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01484,13.21995&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.316 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a969a18c-0038-416e-b7b1-f98875fd57e8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-7, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.9555,13.25451&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dc9afa77-d2c4-4f17-82dc-cab84420cde4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.317 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.318 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-7, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.8424,13.14069&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f4b35519-e1b4-43f8-900f-716229cba968, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-8, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.321 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.96813,13.24862&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8b29db93-2af3-46a1-98ce-1ac926bd656f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-7, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b730890f-d4ef-4e9a-aae5-0684c00baac4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.322 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-6, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9ec68868-96c5-420e-8e27-94f090a378f1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.323 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-7, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.326 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e33c0f60-4045-4e3d-ac3e-3e933af1d172, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-8, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.327 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-58af7fc9-b8d0-4406-ab15-62d87c825b72, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-7, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.98809,13.23845&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41882411-c48c-41f1-b6d0-0f942ccbd1c9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.328 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-7, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6e424a9f-53c8-45c5-99d7-2900712f84e1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-7, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.329 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1bafebc0-bc3d-4059-b579-804408aa1fc8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.330 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.330 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-8, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.331 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c1852e24-b612-407a-8b75-69424f196d1b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-7, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b52af694-9041-43ca-aefd-d52479b64d10, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.332 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-7, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e7bc5c36-b5c9-4996-8fd0-5ed2412401c6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-7, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.333 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78fd9c1d-6d60-4629-b22f-634a843d0671, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-8, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.334 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.57461,12.34584&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2ab7df24-b838-4d71-af46-157eecb28c7e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.349 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-7, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.82745,13.07541&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.350 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a070841c-eb8c-4490-bb68-58457354310e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.351 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.351 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-7, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.7658,12.75005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.353 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c675cb17-3f19-4f15-9373-17bc8957403a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.354 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.354 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-7, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.40391,11.932&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d43428d4-b107-4384-a3a1-85b627c20d01, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.356 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-6, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.41959,11.94572&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.357 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8895040d-8a1d-43a2-a91e-5b2e8ce56149, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.358 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.358 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-7, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.35187,11.85313&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-457df8dd-a7e9-470b-a77b-77b489476ace, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.359 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-7, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.39316,11.9271&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d845c24-0846-4da0-8790-8bf74f2c8707, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.360 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-6, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.88818,13.27145&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b4bfe93e-0ec0-4a7c-9b1c-1ee8fdb5f8d6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.361 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-7, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.79608,12.8383&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0a51a7d9-8850-45d2-a8d9-a0d8364a73a0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.362 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-7, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.91424,13.27973&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.363 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-adca9715-ed35-43e6-9c5f-7595af7de7b3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-7, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.364 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3a624b0-3b70-4a17-83ac-14ca8d21c679, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-7, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.92635,13.27324&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.365 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7bc72f3d-0cb1-48d2-b3f7-a85614725991, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-7, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-159cf60c-d076-46bf-980c-f8f071bd9f3e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.366 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-7, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b111bffb-f3fa-42cc-b4ac-bc6cc3e04f80, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-7, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06833,3.43165&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-99918238-f646-4f1f-9958-d2f905caf046, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.367 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-7, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-68f72f56-daa7-40cf-9240-aa56a74e2262, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.368 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-7, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=45.94335,13.26233&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.371 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9c25092b-9ede-416b-828e-20ffb1a1e2f6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.372 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.372 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-7, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01045,13.22231&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3fb943e2-552c-472c-a3b3-d45c39347c0c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.373 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-7, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a5d67986-b857-426b-88a4-158dc70fae62, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.374 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-7, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c53e4d6-cb6c-45e3-91e5-6e897b2ad5f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.375 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-7, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-988be73b-227c-4a44-94cf-a1663887b032, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-7, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.96566,1.54573&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.376 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6b145b7a-0abb-404e-9ccb-0efcff20fdae, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-7, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.377 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:12 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09e5cf92-0cbf-4d50-a754-0a58dafd552b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:12.378 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-7, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:12.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:12.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:12.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:12.379 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.118 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.118 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 9 pending acquire requests. 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 13 pending acquire requests. 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 15 pending acquire requests. 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 18 pending acquire requests. 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 20 pending acquire requests. 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 23 pending acquire requests. 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 26 pending acquire requests. 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 29 pending acquire requests. 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 31 pending acquire requests. 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 33 pending acquire requests. 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 36 pending acquire requests. 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 38 pending acquire requests. 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 42 pending acquire requests. 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 45 pending acquire requests. 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 48 pending acquire requests. 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.122 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 51 pending acquire requests. 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 55 pending acquire requests. 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 58 pending acquire requests. 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 61 pending acquire requests. 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 64 pending acquire requests. 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.123 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 67 pending acquire requests. 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 70 pending acquire requests. 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.126 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.127 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 213 inactive connections and 85 pending acquire requests. 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.128 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 48 active connections, 210 inactive connections and 79 pending acquire requests. 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 119 active connections, 139 inactive connections and 9 pending acquire requests. 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 144 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.131 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.131 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 45 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.133 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.134 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.135 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.136 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 168 active connections, 90 inactive connections and 1 pending acquire requests. 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.137 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 176 active connections, 82 inactive connections and 1 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 185 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 192 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.140 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.138 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.139 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.141 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.142 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.144 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.145 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.146 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.147 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.148 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.149 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.150 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.151 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.152 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.153 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.143 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.155 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.156 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.157 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.154 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.158 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.159 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.160 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-98a2b815-7850-42d3-bb1c-d1484d7515a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.161 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-8, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 200 active connections, 58 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.163 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.164 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 199 active connections, 59 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0f0cd73d-149e-4da2-8377-26c24fefdfc1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.162 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5b931978-ed41-45df-8b72-a511d6561386, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-8, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.166 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 198 active connections, 60 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44ed71ca-4bc3-48ca-bcb0-8c163c5cb01c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-8, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.167 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 197 active connections, 61 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-783229b8-ae7b-4ce5-9027-f65724fa2739, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-8, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.168 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 196 active connections, 62 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.165 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05767,1.83712&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 195 active connections, 63 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-23029ad6-32c3-4409-a7aa-47a637d37877, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.170 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.170 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-7, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-78dcbfbb-b298-45f9-9a4d-abe24f4e4cdc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-7, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 194 active connections, 64 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 193 active connections, 65 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6fd1280f-6154-49f6-8753-7f01697f371b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b12f3025-246a-43e6-a635-65c49200ef76, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.174 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-7, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 192 active connections, 66 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-7, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 191 active connections, 67 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aed8fd6a-5970-4a84-8933-b5cbd7a20973, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.175 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-7, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 190 active connections, 68 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-abd9e98f-a1a8-4297-9e02-96c91301e508, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d3abb58d-2f48-48b7-aadc-449cbe18c32e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.176 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.177 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-7, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 189 active connections, 69 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-08df5722-a261-4524-bd71-396aca8fa51d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-6, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-49b748db-7005-448b-8be5-bc8a77c2765c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-8, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07194,2.99761&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 188 active connections, 70 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-485ced85-4a00-4e30-9f46-1ac7466f0ff4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3057cbc5-4146-44b2-b701-39ca6a180676, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-9, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 187 active connections, 71 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eb39f338-5afd-471d-bf29-5038a71cff98, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.179 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-8, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-8, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 186 active connections, 72 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-908e2c9b-28c3-48f9-bf8a-fac3f0405375, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-7, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 184 active connections, 74 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 185 active connections, 73 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-7, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69862,7.95876&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 183 active connections, 75 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8bb0981e-7a91-40a5-84df-b5f4c90f9f23, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.181 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-7, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ec209969-4b2b-4a62-ad81-50b7d2ecdd28, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 182 active connections, 76 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-8, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b7b25a76-0c4f-4a32-8d2b-12e14adf7c2e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05699,1.99022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 181 active connections, 77 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-8, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 180 active connections, 78 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-261dbccc-201c-436a-9e58-fc0eecb3082a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.183 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-8, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 179 active connections, 79 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6cd17f41-e973-481d-9779-ab80da5ecb4f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.178 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 178 active connections, 80 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d314c876-3c34-498c-80b1-bb5bfac8b165, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9b954fcb-6135-4f0c-80a7-c3913b1e3c89, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-8, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07358,2.43738&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 177 active connections, 81 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0aaf45d2-865f-4429-954f-cab851f035d7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-8, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-7, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05748,2.03228&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 82 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 175 active connections, 83 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-189a2cc5-fd60-43e1-ab3e-9bfcc54e8001, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d0a6c254-6a22-4fcb-9229-368f1a81f2a7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-8, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07014,2.37003&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 174 active connections, 84 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb4c11a4-af91-4a04-8eab-a6d2f63518da, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.186 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:4dfdfc28-7, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:754a9b72-8, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:4dfdfc28, L:/192.168.32.2:39990 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 173 active connections, 85 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a8e81288-791d-46e1-817a-24509d8767ca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0ca8856d-fbae-4905-9a27-6b9222e48cbe, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:09cc2131-7, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:09cc2131, L:/192.168.32.2:40070 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 172 active connections, 86 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.187 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7cc1d38f-8, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.188 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7cc1d38f, L:/192.168.32.2:39786 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 171 active connections, 87 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-529b7849-5e73-48a8-8868-848e67759522, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:754a9b72, L:/192.168.32.2:39940 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 170 active connections, 88 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ef279696-8, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-010fe301-83cf-4132-ad6c-02126d99ebfc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69336,7.95007&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ef279696, L:/192.168.32.2:39918 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 169 active connections, 89 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-06fef2fa-b78a-449a-926d-06e3f36a9523, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.189 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4a33533b-8, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:643e0c1c-7, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06633,2.30259&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:643e0c1c, L:/192.168.32.2:40026 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 168 active connections, 90 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ee2933f0-a2ae-42ca-b626-07ab2625425a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2ac08e80-7, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.190 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4a33533b, L:/192.168.32.2:39660 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 167 active connections, 91 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95c59688-f70a-49e0-aabf-e53af9dd7096, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.191 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ba098a0e-7, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ba098a0e, L:/192.168.32.2:40042 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 166 active connections, 92 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1e4016ef-caa5-4be2-b6be-8b61aa73b9bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.192 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1e3d6a0f-7, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ed69676d-e6cd-4a35-91d2-8886e96eb50a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c4d7047d-7, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c4d7047d, L:/192.168.32.2:39732 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 165 active connections, 93 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.193 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2b3413ab-7, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2b3413ab, L:/192.168.32.2:39824 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 164 active connections, 94 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1a2e89a0-ac7e-49be-b235-b915c8ff32f3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2ac08e80, L:/192.168.32.2:40032 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 163 active connections, 95 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9c558792-7, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9c558792, L:/192.168.32.2:39848 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 162 active connections, 96 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4aadc7c5-8fe2-489c-96e3-4505cd3fafb8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9bb96314-8, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05809,1.91547&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9bb96314, L:/192.168.32.2:39912 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 161 active connections, 97 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8fb1782-f749-42c8-adf8-478b265af574, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:383572db-8, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-af486bb8-4a44-4b8e-9737-1871f644b731, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.196 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:19c84702-8, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:19c84702, L:/192.168.32.2:39712 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 160 active connections, 98 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1e3d6a0f, L:/192.168.32.2:40040 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 159 active connections, 99 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e1e3d2e0-50d8-4580-ac32-c509a7b4ce46, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b311e7b1-8, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-67a61c77-8c49-4689-9484-f81fcaab3603, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:10e38204-7, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:10e38204, L:/192.168.32.2:39772 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 158 active connections, 100 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:383572db, L:/192.168.32.2:39924 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 157 active connections, 101 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6c8a2d94-b57d-4724-9941-c2419f797179, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bebef544-7, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.197 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b311e7b1, L:/192.168.32.2:39960 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 156 active connections, 102 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7a485a77-57d7-4e45-b85c-aed31628f74f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.199 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bebef544, L:/192.168.32.2:40016 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 155 active connections, 103 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9ec920cf-3fa2-4498-bc09-48720ce3add7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1cd97ba4-4a8a-4d27-b175-c8876b2e7c79, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.200 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:82384090-7, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:34d6a2ee-7, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:bf9ccba6-8, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06654,3.21395&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:34d6a2ee, L:/192.168.32.2:39856 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 154 active connections, 104 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f4d8d5c9-f6d8-49fe-b1cb-e63615387176, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:bf9ccba6, L:/192.168.32.2:39886 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 153 active connections, 105 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.201 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:82384090, L:/192.168.32.2:40050 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 152 active connections, 106 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2f208fef-6a5b-4ef3-8347-2bee179bb0a9, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb97b49e-89ec-44f3-a990-6e3b6b083ffb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c843e958-8, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dda0dba4-7, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c843e958, L:/192.168.32.2:39938 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 151 active connections, 107 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dda0dba4, L:/192.168.32.2:39776 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 150 active connections, 108 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.202 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f26dfdf3-d75f-4fb6-b4f5-aac30c600d99, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-265b1a02-40d3-4e95-8f82-5787c4bb3c23, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:57ccdd1c-7, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c8759cdd-2d9d-46e3-84e5-cc3a44e69902, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:57ccdd1c, L:/192.168.32.2:39760 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 149 active connections, 109 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a375e793-8, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.203 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a375e793, L:/192.168.32.2:39650 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 148 active connections, 110 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4775ef0f-4b22-4113-87ab-adf66c18a919, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2e290993-8, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d94b7f80-8, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d94b7f80, L:/192.168.32.2:39702 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 147 active connections, 111 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-047b19ff-cf0d-48ee-bf85-e7b9e0fd0346, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:182d3dae-7, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:182d3dae, L:/192.168.32.2:39726 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 146 active connections, 112 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.204 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2e290993, L:/192.168.32.2:39884 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 145 active connections, 113 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3f9c971a-b1c9-4a24-8abd-1bfc6c013c3e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77db1ac9-302b-4972-9541-64a49a213447, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7849b654-8, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7849b654, L:/192.168.32.2:39904 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 144 active connections, 114 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f79daf29-9807-4972-984a-8d63978f8b67, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c6e284ff-8, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07654,2.50513&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c6e284ff, L:/192.168.32.2:39804 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 143 active connections, 115 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:748380e1-8, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e603032f-8c9a-43fe-95db-b50f0e6d7bbd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06302,2.85205&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:748380e1, L:/192.168.32.2:39612 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 142 active connections, 116 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-567c1dbf-c454-4ca0-bc58-290b4c81db82, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f7d9f19c-8, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f7d9f19c, L:/192.168.32.2:39768 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 141 active connections, 117 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9f9a7756-aeeb-48e7-a181-c9d04d212383, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:153685cc-7, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:153685cc, L:/192.168.32.2:40066 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 140 active connections, 118 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1db251d3-c646-4167-9036-88e174d0b4e3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2b224011-7ac9-4ab2-9fe3-fa471ed872b5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:98590df9-7, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:98590df9, L:/192.168.32.2:40058 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 139 active connections, 119 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f4d1e66c-5cfb-4d9b-997c-0fb50c473878, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a7504a4a-8, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.210 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:827f986f-8, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:889055ec-7, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a7504a4a, L:/192.168.32.2:39952 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 138 active connections, 120 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:889055ec, L:/192.168.32.2:39860 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 137 active connections, 121 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b9afc843-776d-40ad-9aff-ae793bc891cd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.212 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e698ab4c-7, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e698ab4c, L:/192.168.32.2:39606 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 136 active connections, 122 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4be8f11b-f728-4b81-853f-9265780d3935, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4eca8ef3-7, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05792,1.92116&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4eca8ef3, L:/192.168.32.2:39832 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 135 active connections, 123 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b85c09c8-931f-4da9-ae14-8ee4224b91c3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.213 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d7c5ac48-7, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01537,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d7c5ac48, L:/192.168.32.2:39822 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 134 active connections, 124 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7774c6ff-04ec-4b38-8fd1-d98f8bc05402, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.214 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:87e0d1f7-7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:87e0d1f7, L:/192.168.32.2:39634 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 133 active connections, 125 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c385652a-a685-4bc9-b25c-4757c01d9548, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3d1d1067-7, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.00397,1.59278&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3d1d1067, L:/192.168.32.2:39818 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 132 active connections, 126 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea1eccd7-817e-4a3d-937d-0f645989b080, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e0a670f3-02cc-43ce-903f-93df7fd9f20f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.215 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f9a0111a-7, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4fb5c06-8, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.209 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06684,3.14191&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:67879ab7-8, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4fb5c06, L:/192.168.32.2:39968 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 130 active connections, 128 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:67879ab7, L:/192.168.32.2:39678 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 129 active connections, 129 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d3f3b0c-aaa0-4a35-bef6-03048d1c8a95, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-519b23fe-9807-4f98-bd0d-775659696075, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:94b94cf4-8, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:17263f56-8, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:94b94cf4, L:/192.168.32.2:39688 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 128 active connections, 130 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:17263f56, L:/192.168.32.2:39656 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 127 active connections, 131 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-de8969a3-78c8-45b4-92f1-e021b4aeed3a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a0797008-8, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a0797008, L:/192.168.32.2:39926 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 126 active connections, 132 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bda8191d-73a3-458a-8109-7b1b9aafebb1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6d5e3f06-9, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05894,2.10009&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6d5e3f06, L:/192.168.32.2:39592 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 125 active connections, 133 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-292487b0-c2eb-43bf-b3ad-7882d5f74c50, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.218 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:97f163e3-7, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05807,2.04351&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:97f163e3, L:/192.168.32.2:40038 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 123 active connections, 135 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.219 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:827f986f, L:/192.168.32.2:39806 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 124 active connections, 134 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-70ee0adb-28f3-439f-a19d-76e91624afa8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.216 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f9a0111a, L:/192.168.32.2:39610 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 131 active connections, 127 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.217 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-96903c5d-924f-4163-ab43-db0264e843ae, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:48087c2b-8, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:48087c2b, L:/192.168.32.2:39706 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 122 active connections, 136 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-24c93831-8abf-4870-89f1-084e2586a4e9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.220 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.221 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dde3635-7, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32640cda-7bca-4384-8a41-d593fa76b40a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.221 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.222 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dde3635, L:/192.168.32.2:39770 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 121 active connections, 137 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-550d4af5-4375-4c03-9756-1cde2d8dd3ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.223 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.223 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bbd452db-8, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bbd452db, L:/192.168.32.2:39766 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 120 active connections, 138 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e10ccf0d-d464-46fc-9442-0f30662b99fc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:79ad03a5-7, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:79ad03a5, L:/192.168.32.2:39752 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 119 active connections, 139 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d2bf2656-887f-4ee1-83c0-ecd593a23e2d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:9f8dbfb9-8, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.07018,3.06954&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:9f8dbfb9, L:/192.168.32.2:39698 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 118 active connections, 140 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b414e4fc-1049-4ca4-94aa-704883122d5d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:612cffab-8, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.225 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:62786cae-7, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:612cffab, L:/192.168.32.2:39762 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 117 active connections, 141 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ad938b03-b92d-436d-8285-3ee0e684d0f0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:62786cae, L:/192.168.32.2:40054 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 116 active connections, 142 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ad92e0c0-917d-42c2-b1c2-41a58e773090, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3a656996-8, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05773,1.9531&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3a656996, L:/192.168.32.2:39718 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 115 active connections, 143 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ee97e9bf-8, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05674,2.01291&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bb0d75e3-c50c-4285-9a6e-baef2b1143a5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ee97e9bf, L:/192.168.32.2:39974 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 114 active connections, 144 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4445cf75-7, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c3648c66-7e06-43ae-bcaf-7880e72dacc2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:63b4215b-8, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:67c21a66-7, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f709eaf7-5094-4166-ae2e-38bfe317a676, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.93091,1.40235&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:67c21a66, L:/192.168.32.2:40044 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 113 active connections, 145 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6340a8bb-7, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69387,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6340a8bb, L:/192.168.32.2:39842 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 112 active connections, 146 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d60afbeb-7f89-40fc-ae3d-629579f1a6b7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c44d3d60-b913-43bd-96f1-705f9347d9c6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.228 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:976864b2-7, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:976864b2, L:/192.168.32.2:39976 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 111 active connections, 147 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9bd09e02-72e2-4322-b1e8-5f6b52d364f3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.230 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:722a1470-8, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:722a1470, L:/192.168.32.2:39666 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 110 active connections, 148 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-21cb9381-d732-4a21-aeb5-32ec94726e14, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:188b829e-8, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:188b829e, L:/192.168.32.2:39970 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 109 active connections, 149 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7f9a9740-4311-43b4-957c-71b7216a7595, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.231 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:43441cd7-7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:43441cd7, L:/192.168.32.2:40048 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 108 active connections, 150 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f15fcb0c-0044-4d05-8d4b-e6a12e7f6aa3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.232 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4445cf75, L:/192.168.32.2:39730 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 107 active connections, 151 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f92f88ff-49b9-4c66-bf6b-4ea074130a79, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:3083be96-8, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:3083be96, L:/192.168.32.2:39674 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 106 active connections, 152 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-74688ebf-747e-4a1b-b0f3-43594e95fb97, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c56d9f5d-7, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c56d9f5d, L:/192.168.32.2:40072 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 105 active connections, 153 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-591b3c33-4f55-4d0d-9cfa-5a4aa23a8696, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.234 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:63b4215b, L:/192.168.32.2:39922 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 104 active connections, 154 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8f5fa560-757d-4e83-b558-8a53a1d7a65f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.229 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8e9ab298-7, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:010bfc97-8, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:010bfc97, L:/192.168.32.2:39982 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 103 active connections, 155 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-afaf5d6b-ddbb-462e-bd16-b6a438d83e38, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01535,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.235 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8e9ab298, L:/192.168.32.2:39834 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 102 active connections, 156 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b561831a-c504-4515-bb46-39f61cf324b5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.236 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.236 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2c856e2b-8, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.237 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.238 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2c856e2b, L:/192.168.32.2:39934 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 101 active connections, 157 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.238 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:22710d8a-7, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6a77075d-94ae-41a0-9ab4-d74422fcf710, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.239 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.239 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.240 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:22710d8a, L:/192.168.32.2:39602 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 100 active connections, 158 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:d8bb812f-8, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:cd5521a9-8, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:184c6939-8, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:184c6939, L:/192.168.32.2:39684 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 99 active connections, 159 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-55450451-171b-41ea-8ff8-900de5597085, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.241 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:d8bb812f, L:/192.168.32.2:39910 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 98 active connections, 160 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d44a5816-58ac-4a3c-8d4b-e1bbd10482b1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:c513c4bd-7, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7c4838d1-2d19-436e-8f39-581cf9374f03, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.242 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:cd5521a9, L:/192.168.32.2:39608 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 97 active connections, 161 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-72ec6ce8-6fd8-4ab3-8cb5-46af7342a522, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5dfd444e-7, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ea9592cf-9, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.16304,13.16112&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5dfd444e, L:/192.168.32.2:40062 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 96 active connections, 162 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ea9592cf, L:/192.168.32.2:39616 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 95 active connections, 163 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3e2967f3-a1ec-43b3-8847-10e91dd81115, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-39fa73b8-d4a6-4fb5-a9b6-b1f45976d3c8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.243 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8b5f340d-6, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:14d231e4-7, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8b5f340d, L:/192.168.32.2:40084 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 94 active connections, 164 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:14d231e4, L:/192.168.32.2:39754 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 93 active connections, 165 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-26fefb38-8d33-46c4-b64f-5f67ec13515a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c73934d1-6b01-4716-bb55-c5150b05f8ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b17a24ac-8, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:a0e7fa2e-7, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b17a24ac, L:/192.168.32.2:39696 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 92 active connections, 166 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b0572f2c-25ba-4994-8221-d7d460eb6b5a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:29ddd032-8, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.246 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:29ddd032, L:/192.168.32.2:39676 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 91 active connections, 167 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.244 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0618,2.16817&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.245 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.6987,7.95284&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:a0e7fa2e, L:/192.168.32.2:39830 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 90 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:c513c4bd, L:/192.168.32.2:40030 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 89 active connections, 169 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fb6bb319-dc86-4075-a8f4-db6c9798dfef, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fc8af4cf-7faf-40e8-a6be-c50dc1acdff1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:53796312-7, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.250 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:de73116a-7, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68784,7.94714&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:de73116a, L:/192.168.32.2:40020 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 88 active connections, 170 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:53796312, L:/192.168.32.2:39658 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 87 active connections, 171 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-16a5e9f4-20e2-49f7-a21e-a4e7650fb318, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3ea4896c-abbc-4be4-8e34-a452e91894a7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:f559131f-8, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.251 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1c766a6e-6, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1c766a6e, L:/192.168.32.2:40094 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 86 active connections, 172 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:f559131f, L:/192.168.32.2:39920 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 85 active connections, 173 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-15447942-a52b-45ba-8f91-c2ced27964fb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e1d4241b-3bd0-4b64-a954-f59bc2bb3697, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:230a0cee-8, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:df57fd62-8, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:df57fd62, L:/192.168.32.2:39864 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22016&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.252 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:230a0cee, L:/192.168.32.2:39902 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e4f7541e-257f-4ab4-a964-723ec97787f8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77a7797a-2cd0-423e-9fdd-704741ecc164, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d2c34860-6, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.06737,3.13469&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:36435cc2-8, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d2c34860, L:/192.168.32.2:40082 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:36435cc2, L:/192.168.32.2:39800 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-869fd6ce-fd45-4f7b-bd76-cd42a370c58a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0e00c282-72e6-45e2-89f1-1f3f14018a48, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8f1a5f08-7, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.253 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0ec114a3-8, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8f1a5f08, L:/192.168.32.2:39850 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17247,13.1468&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6176abc2-f3ef-4302-82e7-bf379ac51408, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0ec114a3, L:/192.168.32.2:40012 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-94dfad0b-45b0-4241-8d67-35d291a35b28, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1807b399-7, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2eb45121-8, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22015&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.254 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1807b399, L:/192.168.32.2:39858 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bbd896d1-da88-49ab-818d-7ea40a704310, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2eb45121, L:/192.168.32.2:39984 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:de3a63dc-7, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d07f8f38-7bbd-43f3-8e9c-73da3e2e3dd3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xde3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:de3a63dc, L:/192.168.32.2:39644 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac815ad6-8, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2df7dd1d-68c1-43b2-b815-a66a25eff508, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac815ad6, L:/192.168.32.2:39898 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.255 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2fdbf89c-8, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60f426f8-84c9-4ac4-b69a-1357893a95d2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2fdbf89c, L:/192.168.32.2:39844 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-59164814-6822-4bc3-9c0e-d60b5ae6f60f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:2b694af5-7, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:93c84d90-7, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:93c84d90, L:/192.168.32.2:39828 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:2b694af5, L:/192.168.32.2:40014 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0d06e25b-9fdc-4890-9d61-d99577ec969a, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b2752399-bce3-438c-9489-9d3a2c475282, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.256 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ace1385b-8, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d9bd2cbb-fecd-4874-b6da-31c69094b90c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:6618b207-8, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a3a10956-8, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.258 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a3a10956, L:/192.168.32.2:39930 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-be087c1c-1bee-45f9-87da-3a8ac1900795, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:6618b207, L:/192.168.32.2:39692 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a5e5ebc9-7, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f096e080-4e15-44d3-8c0c-061b1d316a4d, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a5e5ebc9, L:/192.168.32.2:40046 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-60ddb078-d523-469a-bdb1-895090532bb0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:18daeb9b-7, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.259 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3467552e-8, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13403,13.18652&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:18daeb9b, L:/192.168.32.2:40076 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9da77211-4927-40fa-a501-8e0ba60e0ab6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3467552e, L:/192.168.32.2:39928 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6b1f6b26-f605-453d-8497-7b20781031d5, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4f9c98ea-6, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b6d96419-8, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.67752,-6.25807&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4f9c98ea, L:/192.168.32.2:39780 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:72dfdc68-8, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.262 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:72dfdc68, L:/192.168.32.2:39916 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dfe3633d-173b-4800-b471-302865031900, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:5b7d05ff-8, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:5b7d05ff, L:/192.168.32.2:39900 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-633e9a9a-d0af-4a59-886f-3bce59129965, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:49aaecfb-8, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05918,2.78158&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.263 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:49aaecfb, L:/192.168.32.2:39888 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-836c3d21-850e-4734-ba91-e7352a059f54, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:28d052fe-8, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:28d052fe, L:/192.168.32.2:39890 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d4d4b96-f876-431e-bcad-cb78dd86b079, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.264 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:23f062f9-8, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.257 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ace1385b, L:/192.168.32.2:39598 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69962,7.95425&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b6d96419, L:/192.168.32.2:39942 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a872fb86-2aa9-436c-82e0-dea28ce02288, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1b2a1fe9-84df-4fb4-a981-0794cf1c0dc0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:761f14a1-7, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:795d1998-7, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:761f14a1, L:/192.168.32.2:39882 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:795d1998, L:/192.168.32.2:40056 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-add53db9-3133-4518-afd8-b265d27d2585, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ae315507-8, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.265 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:23f062f9, L:/192.168.32.2:39808 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-651e0d1a-58b0-4907-b3b7-193d5e053e06, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:55687705-7, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:55687705, L:/192.168.32.2:40034 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9b51b124-7f5b-4ed6-9120-cf70cff5cc84, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:16ea375f-7, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.267 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.10173,13.2005&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:16ea375f, L:/192.168.32.2:40006 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a25d68bc-52de-4db5-9334-31ad0d78ac8e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.266 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f10b51cd-78fc-43ae-a0e5-ca619e9fa705, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:05b81cc0-8, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f0edfdc8-6, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:05b81cc0, L:/192.168.32.2:39896 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f0edfdc8, L:/192.168.32.2:40092 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ae315507, L:/192.168.32.2:39958 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-62a0360d-d81c-4d81-949b-52581eca1030, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.268 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-19908a2a-93f8-4c0b-a1ad-e1423a2fdd37, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:7453e17b-8, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:7453e17b, L:/192.168.32.2:39672 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2236c161-a694-4481-8d62-f740ffc7629c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.269 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:d27ae2dc-8, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:d27ae2dc, L:/192.168.32.2:39826 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d79c35fd-bc3e-48f0-b98d-c0ab7d352eb4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.270 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bc567489-7, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05812,1.90486&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bc567489, L:/192.168.32.2:40078 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6da4fca0-df5e-4f3a-a2cd-989d9772cc3c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.271 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.272 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:0d194b10-7, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:0d194b10, L:/192.168.32.2:39638 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d8df196f-ae81-4e6b-aacc-fb88111206d7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.273 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72fa7749-6, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72fa7749, L:/192.168.32.2:40096 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b22d0657-bc92-4cf0-b6e0-54829aa3e462, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ac499fdf-8, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.276 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ac499fdf, L:/192.168.32.2:39836 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-96496668-cef2-4ced-9b35-1dcf8c375043, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.277 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.277 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f5ca0a41-6, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.281 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:884e0e05-9, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:884e0e05, L:/192.168.32.2:39618 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6e02dd87-89a8-4ab8-9dcc-e3602ffb80c7, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:14f9fb1e-8, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.282 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:14f9fb1e, L:/192.168.32.2:39622 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c56ea429-9553-4a2c-8e0d-aaafcb2b0b38, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:9904e345-8, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22017&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f5ca0a41, L:/192.168.32.2:40088 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a837f2d9-fa0c-4540-a397-c6cb7f42aa6c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.283 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68817,7.94739&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8c01efdf-8, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8c01efdf, L:/192.168.32.2:39668 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:9904e345, L:/192.168.32.2:39626 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-caaac092-951a-4230-9d71-bd695549ed26, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.284 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2df0209a-9, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2df0209a, L:/192.168.32.2:39628 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-69dc2292-034c-49cf-9723-00815a34d150, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c3d06f51-9, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01525,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.285 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c3d06f51, L:/192.168.32.2:39600 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a0a9c911-d712-4531-b1a7-42741e7360bd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0053078-8, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.286 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.287 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-41d2c7bc-585e-4ff4-afbd-66fda95123fd, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.287 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.287 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.287 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:3fe66fb9-6, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:3fe66fb9, L:/192.168.32.2:40090 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c7529df2-780d-46fe-a2e7-2da5a32bcef1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6026f192-8, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0663,2.71277&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6026f192, L:/192.168.32.2:39838 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d79879ab-1467-4d00-848e-b5e9c369461e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.288 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.289 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9b43abf1-7, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9b43abf1, L:/192.168.32.2:39868 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0053078, L:/192.168.32.2:39964 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7f79c0f5-15e7-463d-a5c8-161a7be85fc9, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bc6dbf43-cd17-4a42-b84d-4a97b9728f74, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.290 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:ef3aa978-7, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.03965,1.63237&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:d21dbf1d-8, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:ef3aa978, L:/192.168.32.2:39812 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d45d8006-0d86-4757-8fd0-9f8a09971b69, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:d21dbf1d, L:/192.168.32.2:39932 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b79e590b-0931-40ab-a6c8-37a309bfbdb7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.291 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:af096b91-8, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaf096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:af096b91, L:/192.168.32.2:39980 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.292 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-66b9fa52-858d-4191-bef4-e2b7106c3547, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:008d063f-8, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:008d063f, L:/192.168.32.2:39936 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-553896e8-2343-4942-aee7-a4e8201945ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.293 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a4b8c30b-8, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a4b8c30b, L:/192.168.32.2:39664 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0c6bc628-dc86-4266-999e-38ffe6036b5f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.294 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:3c400d3b-9, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.295 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:85847776-7, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.295 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:3c400d3b, L:/192.168.32.2:39642 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:85847776, L:/192.168.32.2:39878 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-09f6f8fe-d8aa-4f4e-b2b9-c9f19f5d0cd1, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bcfd2808-720b-4f53-8d65-21644651f1cf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.296 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.298 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8cc7e036-9, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.298 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:64242c05-8, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05785,1.82484&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:64242c05, L:/192.168.32.2:39654 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dcf0b157-6850-43ea-bda0-8496c8b5445b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8cc7e036, L:/192.168.32.2:39604 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b5328ed7-542e-4712-b5de-a34623341078, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:81b756d7-8, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:81b756d7, L:/192.168.32.2:39950 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1453a257-9004-44ab-a423-a21482d269ff, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:ec08b3e1-7, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.300 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.299 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:bac87d98-8, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17139,13.14858&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:bac87d98, L:/192.168.32.2:39648 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eef68e68-1bc1-4511-bd68-13576026b119, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.301 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:ec08b3e1, L:/192.168.32.2:40052 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:2c871eae-8, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.05757,1.96514&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4559e034-df15-4017-a080-d6d164cc8208, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1ae56a58-7, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.302 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:2c871eae, L:/192.168.32.2:39662 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6126b9ab-4677-454b-9de4-e41bbba6736a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f8acc832-8, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.68762,7.94704&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f8acc832, L:/192.168.32.2:39840 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-00ded278-c257-49fa-8fbd-3d0225bf2ffc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.303 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:55914ebc-8, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:55914ebc, L:/192.168.32.2:39584 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8e868ad6-1e9e-49c6-8e1c-177b22d46be7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:165854a1-6, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.0638,2.2353&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:165854a1, L:/192.168.32.2:39872 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c2bba772-f789-47fa-b956-9576fefe858d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.304 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:33aeddd8-7, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:33aeddd8, L:/192.168.32.2:39846 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6484a116-5aea-46fc-afa2-236f5d8d46c1, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.305 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6237d1ab-7, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1ae56a58, L:/192.168.32.2:39954 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2d987750-7309-4492-99f4-cd7da946d7a6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:103ca73f-9, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69391,7.95004&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.306 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:103ca73f, L:/192.168.32.2:39596 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-87b64ce8-3761-47ea-9edd-872cee7afbcd, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:18e53585-8, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:18e53585, L:/192.168.32.2:39966 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d917d1f8-fb0f-49b7-bf1a-96a6f8cb1838, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:1a7f0339-8, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.307 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:1a7f0339, L:/192.168.32.2:39636 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-40bd5142-8633-4e88-b4d6-da86303cd437, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2a1eb97a-9, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.12656,13.2021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.308 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2a1eb97a, L:/192.168.32.2:39588 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6237d1ab, L:/192.168.32.2:39876 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77546819-5702-407a-b1ba-0d5b1086ce63, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.314 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:23c5870c-7, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.315 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:23c5870c, L:/192.168.32.2:39874 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-64aa9294-400f-42eb-a6e8-93228232ddaf, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:50d03503-7, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:50d03503, L:/192.168.32.2:39870 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-aabeec76-4218-47b0-a02f-235f20952a2f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.316 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24c73c21-6, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24c73c21, L:/192.168.32.2:40080 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5d1d7314-ed81-4ea8-a0fc-ec4f029e9ab3, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:f384a43d-7, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.317 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:f384a43d, L:/192.168.32.2:39816 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32fefd46-cf7d-4760-ae46-a5b17f929653, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9cffd725-8, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.318 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9cffd725, L:/192.168.32.2:39820 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-43f7cb3d-ec53-4e4a-b1f5-855da993cdf2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:1402e371-7, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:1402e371, L:/192.168.32.2:39862 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fe2aa65a-1411-4f61-a678-645ca52164ef, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.319 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:4736d256-8, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:4736d256, L:/192.168.32.2:39624 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c94f017a-fb03-473d-ab61-0bc7463b1e0c, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.320 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b26f323b-7, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b26f323b, L:/192.168.32.2:39852 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6137b3f2-f8fa-4fd1-a41c-3ae5b31452eb, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:e9d0fcc9-8, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:e9d0fcc9, L:/192.168.32.2:39594 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8008224d-fb50-4669-a493-bb9d24feff26, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.321 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:12480885-8, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:12480885, L:/192.168.32.2:39630 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e5360b0d-5c67-4af2-8c4c-de56910e68c4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.322 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:24829dea-8, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=51.69296,7.95012&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:24829dea, L:/192.168.32.2:39866 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:13 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-44bd6006-2044-4d66-9127-31896f092031, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:72e4a68c-7, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:13.323 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:72e4a68c, L:/192.168.32.2:39814 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.116 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.117 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.117 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.117 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.117 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.117 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 23 active connections, 235 inactive connections and 1 pending acquire requests. 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.118 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.119 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.120 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.121 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.122 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 61 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.123 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-1] r.netty.http.client.HttpClientConnect : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.125 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.124 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.126 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.127 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.128 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.129 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-4] r.netty.http.client.HttpClientConnect : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.130 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.131 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.133 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.132 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.134 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.135 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel acquired, now: 84 active connections, 174 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.137 DEBUG 1 --- [reactor-http-epoll-3] r.netty.http.client.HttpClientConnect : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Handler is being applied: {uri=https://revgeocode.search.hereapi.com/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, method=GET} 2021-07-19 19:27:14.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_prepared]) 2021-07-19 19:27:14.137 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [request_sent]) 2021-07-19 19:27:14.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-97b1a2fd-11e3-40d7-bba8-2978a1365959, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.163 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4464e32a-1313-462c-a167-127306b9271b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:f0219e85-9, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.164 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:f0219e85, L:/192.168.32.2:39632 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 83 active connections, 175 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e2980156-8, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.165 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e2980156, L:/192.168.32.2:39586 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 82 active connections, 176 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.168 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5471138c-9e4d-48e0-8979-09c28546b4d8, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:1eeeaa79-8, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4cc08a53-c519-45ff-a9f3-309ec2b9ca37, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fe21aa85-2c8e-4e35-b535-685770fe0cca, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:b46687bf-9, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.169 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:51b3ea03-8, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:51b3ea03, L:/192.168.32.2:39992 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 81 active connections, 177 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:b46687bf, L:/192.168.32.2:39640 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 80 active connections, 178 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-af79d9e8-16f5-4de1-8195-9ff28a5fcaed, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.170 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6fb415e3-8, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6fb415e3, L:/192.168.32.2:39788 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 79 active connections, 179 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a28fb239-e7af-4752-bece-d2e7d12143e2, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:530954c9-7, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.171 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:530954c9, L:/192.168.32.2:40098 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 78 active connections, 180 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8db926b2-7eaf-42f0-b3fe-10ebfde3fa25, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:1c43b17e-8, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14132&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.172 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:1c43b17e, L:/192.168.32.2:40000 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 77 active connections, 181 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-d12d19cd-1cd6-4457-acf2-579032371a30, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a85b9ca6-8, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.173 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a85b9ca6, L:/192.168.32.2:39998 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 76 active connections, 182 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fca58361-4c1f-4b3e-ac27-047094e24d4d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ac7adf91-8, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.0153,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.174 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ac7adf91, L:/192.168.32.2:39892 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 75 active connections, 183 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-762d740f-fd31-4a49-8c29-1a3902c4d33e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:60e2d7cc-8, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b665afa1-3d8f-4081-b4e8-cdffe4fd06e0, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1722,13.14725&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.175 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:60e2d7cc, L:/192.168.32.2:39986 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 74 active connections, 184 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:45288cec-9, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-fddd7104-ae86-490c-8199-1840aa7461a6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.23601,13.09692&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:45288cec, L:/192.168.32.2:39646 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 73 active connections, 185 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:78688541-8, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18936,13.11258&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:1eeeaa79, L:/192.168.32.2:39734 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 72 active connections, 186 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.176 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:78688541, L:/192.168.32.2:40002 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 71 active connections, 187 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-77e5af1b-f67d-4b19-83bf-08169f334617, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:6619b355-8, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-21a04e29-14e9-477d-989b-170870fab056, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.180 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:6619b355, L:/192.168.32.2:40028 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 70 active connections, 188 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e75b6b35-8, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b21e62ea-665d-48ec-a023-ae094ceffedc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.19901,13.10061&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:33ef09e4-8, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e75b6b35, L:/192.168.32.2:39764 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 69 active connections, 189 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bccab601-6c9a-4725-a768-c48f66f284f4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.181 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:33ef09e4, L:/192.168.32.2:39908 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 68 active connections, 190 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:7c70714a-8, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01536,13.22023&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:7c70714a, L:/192.168.32.2:39690 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 67 active connections, 191 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ff08fb49-0d83-42fe-86ef-90c1ce959ac0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e14f1af6-7, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-81e0a148-5a4b-470d-90c0-438d6371c4f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.182 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.4099,-1.17967&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e14f1af6, L:/192.168.32.2:39708 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 66 active connections, 192 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cb09e041-8, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01696,13.21781&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cb09e041, L:/192.168.32.2:39914 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 65 active connections, 193 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3060a7e9-f6fe-4661-aa45-c14737e05076, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.183 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd821b14-8, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd821b14, L:/192.168.32.2:40008 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 64 active connections, 194 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-050d4c00-df03-4cf5-ab52-d13e22ab6a4a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1df071e2-7955-429e-8edf-ec619e8bd067, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.184 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:b1b12509-8, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.48672,-1.19176&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:b1b12509, L:/192.168.32.2:39620 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 63 active connections, 195 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:66039056-9, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.185 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:66039056, L:/192.168.32.2:39796 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 62 active connections, 196 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0172b7f5-4b7b-442c-9c3e-668fbdb04c89, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:9fe33a45-7, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.186 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:9fe33a45, L:/192.168.32.2:40086 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 61 active connections, 197 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dd6f64ce-6aef-429f-977a-dce4f08855a7, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.188 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.188 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:8ce900d6-9, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:8ce900d6, L:/192.168.32.2:39962 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 60 active connections, 198 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4ffbb48e-2a58-43d2-86b3-4265e3fab807, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:287eeb5a-8, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.07737,13.19388&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.189 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:287eeb5a, L:/192.168.32.2:39724 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 59 active connections, 199 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4836f2e7-f734-4f38-8c63-f5411617f083, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cb45e233-8, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.190 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cb45e233, L:/192.168.32.2:39710 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 58 active connections, 200 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-db24be94-e8a0-4246-b68a-5e3232a8a73d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.191 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.191 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a81497d4-8, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.192 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a81497d4, L:/192.168.32.2:39956 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 57 active connections, 201 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e85744ef-148d-4a8e-839a-c6f396e49d29, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ebfb331a-9, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.193 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ebfb331a, L:/192.168.32.2:39784 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 56 active connections, 202 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-603fa8eb-eab1-47f3-8237-67d541f1bfa0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-95220903-3475-46ab-90c5-3b0b5a0a26a2, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:6286c815-8, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.53711,-1.18022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a10f41b7-7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:6286c815, L:/192.168.32.2:39944 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 55 active connections, 203 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8c86c771-9e19-49db-b733-8d2c835823bc, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.54973,-1.1857&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a10f41b7, L:/192.168.32.2:40022 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 54 active connections, 204 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.194 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-32aeb12b-fd2a-4e6c-8236-2ad442431d96, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:c0f09489-9, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:cf7a00c0-7, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:c0f09489, L:/192.168.32.2:39972 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 53 active connections, 205 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-613e3ba2-1d28-4bb9-810d-06b86e1c0a08, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c531cf3d-f529-4052-b22c-1a2404249fae, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:a28fa5ff-9, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:8a1c6366-8, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.04896,13.20592&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.195 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:a28fa5ff, L:/192.168.32.2:39946 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 52 active connections, 206 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-bf8db25a-0ad2-4bbf-a18a-7d7334fd85ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:5b3a2c7a-9, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:cf7a00c0, L:/192.168.32.2:40004 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 51 active connections, 207 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0d41ffb1-dbad-427a-a54e-535a24a72815, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:89084a60-8, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:89084a60, L:/192.168.32.2:39988 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 50 active connections, 208 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-25ff9922-c766-4b7b-8a27-e7960c1431bc, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8c0d8188-9, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.90396,-1.81074&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.197 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8c0d8188, L:/192.168.32.2:39582 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 49 active connections, 209 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-0102fea9-ce4d-4e06-9135-972304666fbe, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:b551296b-9, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.91485,-1.90322&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:b551296b, L:/192.168.32.2:39810 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 48 active connections, 210 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.196 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.08949,13.19465&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:8a1c6366, L:/192.168.32.2:39614 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 47 active connections, 211 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.198 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:5b3a2c7a, L:/192.168.32.2:39652 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 46 active connections, 212 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-959d8b61-8305-4375-94e6-ff93939a602e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b31ae1da-da25-48ba-9de6-29b8ebda621f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:2afa53a8-9, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:aa75abfc-8, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01528,13.22018&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:2afa53a8, L:/192.168.32.2:39978 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 45 active connections, 213 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.24839,13.10019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xaa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-72f1078a-9e4f-41d6-a0ef-4355fdbcc3b0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:aa75abfc, L:/192.168.32.2:39880 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 44 active connections, 214 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-a766f5c5-5373-4d22-8453-4ba368a5421c, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] reactor.netty.channel.FluxReceive : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.http.client.HttpClientOperations : [id:6e32e169-8, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.r.DefaultPooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-1] r.n.resources.PooledConnectionProvider : [id:6e32e169, L:/192.168.32.2:39854 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 43 active connections, 215 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-8a9d460d-bfd4-4399-a404-2b872cc28329, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.200 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:0fd6d4fe-8, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01529,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:0fd6d4fe, L:/192.168.32.2:39906 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 42 active connections, 216 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b42d5489-1296-4375-a53c-7dcc6174a934, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7f0f7e65-9, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.201 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7f0f7e65, L:/192.168.32.2:39802 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 41 active connections, 217 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-91916a76-0bc9-4b4d-a9cf-f4611a8368a0, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:512860f4-8, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.202 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:512860f4, L:/192.168.32.2:40074 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 40 active connections, 218 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3fe7bd18-5f81-47d8-aab9-0986d8aefa92, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:424a5fd1-8, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:424a5fd1, L:/192.168.32.2:39722 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 39 active connections, 219 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-68a7bda5-e1e2-43b7-bb18-b8a1e6891634, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.203 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5241f71c-8, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.199 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:dfea114d-9, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01534,13.22021&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5241f71c, L:/192.168.32.2:39682 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 38 active connections, 220 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3fdbd55b-60f4-4b26-82ca-1956e2fe6b24, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:dfea114d, L:/192.168.32.2:39948 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 37 active connections, 221 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a2e4b522-8, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.204 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a2e4b522, L:/192.168.32.2:39758 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 36 active connections, 222 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-dcca3534-9bad-414e-b6f2-8a87adf5d4f3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-4d89473c-df04-4e4f-929f-b568644f368d, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.205 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:dd9293a9-9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.15504,13.16791&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:dd9293a9, L:/192.168.32.2:39792 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 35 active connections, 223 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e50c2c39-d8b3-4694-96d1-5c7113b9023a, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.206 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9d6f49c0-8, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.42196,-1.18907&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9d6f49c0, L:/192.168.32.2:40018 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 34 active connections, 224 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6f16ea65-ba65-4009-94bc-e2955ba1a6c6, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b177027b-f6f4-4bd2-9468-90b47e26ec8e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:65881908-8, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:4387e04e-9, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.03737,13.21232&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7c8e2446-9, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.207 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:4387e04e, L:/192.168.32.2:39670 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 33 active connections, 225 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-c9990550-826f-4579-852d-6bbf0124303e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] reactor.netty.channel.FluxReceive : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.http.client.HttpClientOperations : [id:68f1d772-10, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.49978,-1.18937&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:65881908, L:/192.168.32.2:39694 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 32 active connections, 226 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01563,13.22006&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.208 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3a88b84f-a091-4f5a-a80c-5fc9f2406939, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7c8e2446, L:/192.168.32.2:39894 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 31 active connections, 227 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-4] r.n.resources.PooledConnectionProvider : [id:68f1d772, L:/192.168.32.2:39590 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 30 active connections, 228 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-f52669bb-ea35-42eb-9e7a-9025e2a29c3b, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:65020a90-9, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=53.43543,0.67167&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:65020a90, L:/192.168.32.2:39798 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 29 active connections, 229 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-eaa7b5cb-b007-420d-a681-587afd342014, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.210 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.209 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:455d90fc-8, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06505,13.19803&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:455d90fc, L:/192.168.32.2:39994 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 28 active connections, 230 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:17aa07e3-7, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.13322,13.18833&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.211 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:17aa07e3, L:/192.168.32.2:39756 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 27 active connections, 231 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9e599af5-49db-4d83-88d6-19712f298d5f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.221 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.221 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:ed90b595-8, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.14247,13.17436&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:ed90b595, L:/192.168.32.2:39996 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 26 active connections, 232 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-078aafa2-da92-49c3-ae9a-29e33a3c4c4f, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.222 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f4b0c0d-9, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14133&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f4b0c0d, L:/192.168.32.2:39782 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 25 active connections, 233 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ad2c81e7-3b09-451e-89e1-2891943e9ca4, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.223 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:8ee99f22-8, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.61325,-1.20119&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:8ee99f22, L:/192.168.32.2:40010 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 24 active connections, 234 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.212 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2fe33114-2e00-4dee-a4c5-f594e0ec01e5, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:5ea85202-8, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:5ea85202, L:/192.168.32.2:39680 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 23 active connections, 235 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-098fc50a-850d-4d4b-bd59-4beb3f844007, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:c1f1b54d-8, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.11417,13.20524&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xc1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:c1f1b54d, L:/192.168.32.2:39740 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 22 active connections, 236 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.225 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-934ee4d4-2270-47d3-a1de-003e601311f3, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.226 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:372bdff9-8, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.226 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17672,13.13987&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:372bdff9, L:/192.168.32.2:40064 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 21 active connections, 237 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3fdcd846-e6ad-48db-8446-c5cb4da101ea, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.224 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-e4be0685-3dee-4941-9ca7-d4dfd8aac004, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.227 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:a847d91f-8, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.2202&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:a847d91f, L:/192.168.32.2:39700 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 20 active connections, 238 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.228 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a70e054c-9, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.18362,13.12589&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xa70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a70e054c, L:/192.168.32.2:39790 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 19 active connections, 239 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-b8049cf2-dfd0-4abe-afbc-38b2f3200633, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.229 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3acd6cb2-e23f-4bdc-86e0-f4f7b174a73b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:7a37cb36-9, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.230 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f1113ff0-8, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=52.87885,-1.65631&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f1113ff0, L:/192.168.32.2:39714 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 18 active connections, 240 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:7a37cb36, L:/192.168.32.2:39794 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 17 active connections, 241 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea55c5d6-0a6c-41c0-9e2c-44108c62d347, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ea8c8857-5951-425a-96dd-f3cff62c7d27, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] reactor.netty.channel.FluxReceive : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:bca3cdaa-8, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.http.client.HttpClientOperations : [id:9f5b1210-8, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22019&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01531,13.22013&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xbca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:9f5b1210, L:/192.168.32.2:40024 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 16 active connections, 242 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:bca3cdaa, L:/192.168.32.2:39778 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 15 active connections, 243 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-2c2da4b8-b06d-4f67-9ec5-479ca3ac624b, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.231 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:4d8d2608-8, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01533,13.22024&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:4d8d2608, L:/192.168.32.2:40068 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 14 active connections, 244 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-368fdc67-c747-440a-b025-e52aa2999b44, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.232 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:dff1a21f-8, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14128&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.233 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:dff1a21f, L:/192.168.32.2:39716 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 13 active connections, 245 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-37c5308e-f29a-4d82-b352-108eab591449, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.234 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.238 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:f9f1b761-8, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xf9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.238 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.239 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:f9f1b761, L:/192.168.32.2:39736 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 12 active connections, 246 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.247 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-5a5a7bc0-b5fc-4a1f-a3dc-0baaa394d1be, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.247 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.248 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.248 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:cc32f1fa-8, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.22362,13.09368&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xcc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:cc32f1fa, L:/192.168.32.2:39748 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 11 active connections, 247 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ef805837-5559-4026-8590-727dfbaca6c4, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.249 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3339e43-8, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01705,13.21766&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3339e43, L:/192.168.32.2:39720 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 10 active connections, 248 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-ece535fa-8221-4038-8045-2f9e4e8eab5f, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.250 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:e93da6d9-8, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14134&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xe93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:e93da6d9, L:/192.168.32.2:39704 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 9 active connections, 249 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-1548e115-5673-4635-bd03-c235820e21f6, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.251 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:d3817bd4-8, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.06333,13.19826&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xd3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:d3817bd4, L:/192.168.32.2:39744 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 8 active connections, 250 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-16cd36a4-a81b-40d9-b804-8c2cdd03327e, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.252 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:64b10c0d-8, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.1775,13.13851&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:64b10c0d, L:/192.168.32.2:40060 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 7 active connections, 251 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-6bcc10e4-4b8b-48d9-ac43-f3a76e05ae9e, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.253 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:13a1f465-8, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.05153,13.20391&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:13a1f465, L:/192.168.32.2:39686 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 6 active connections, 252 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-43c09cb4-daf3-457d-b3b6-b30bb8b07a09, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.254 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:df4a9494-8, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.02536,13.21226&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xdf4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:df4a9494, L:/192.168.32.2:39742 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 5 active connections, 253 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-76a8e6a7-c535-4c9d-8bb6-1d2e376bd833, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:347cdc07-8, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.255 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.21079,13.09275&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:347cdc07, L:/192.168.32.2:39750 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 4 active connections, 254 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-9385e9bf-da64-46f2-91e5-cec0c91fd461, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.256 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fa99d65b-7, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.257 ERROR 1 --- [reactor-http-epoll-3] io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:402) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178) io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:115) org.springframework.core.io.buffer.NettyDataBufferFactory.allocateBuffer(NettyDataBufferFactory.java:71) org.springframework.core.io.buffer.NettyDataBufferFactory.allocateBuffer(NettyDataBufferFactory.java:39) org.springframework.http.codec.json.AbstractJackson2Encoder.encodeStreamingValue(AbstractJackson2Encoder.java:280) org.springframework.http.codec.json.AbstractJackson2Encoder.lambda$encode$1(AbstractJackson2Encoder.java:168) reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) reactor.core.publisher.FluxFlatMap$FlatMapMain.tryEmit(FluxFlatMap.java:543) reactor.core.publisher.FluxFlatMap$FlatMapInner.onNext(FluxFlatMap.java:984) reactor.core.publisher.FluxFlatMap$FlatMapMain.tryEmit(FluxFlatMap.java:543) reactor.core.publisher.FluxFlatMap$FlatMapInner.onNext(FluxFlatMap.java:984) reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:120) reactor.core.publisher.MonoNext$NextSubscriber.onNext(MonoNext.java:82) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drainAsync(FluxFlattenIterable.java:421) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drain(FluxFlattenIterable.java:686) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.onNext(FluxFlattenIterable.java:250) io.github.resilience4j.reactor.ratelimiter.operator.RateLimiterSubscriber.hookOnNext(RateLimiterSubscriber.java:42) reactor.core.publisher.BaseSubscriber.onNext(BaseSubscriber.java:160) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoFlatMap$FlatMapInner.onNext(MonoFlatMap.java:249) reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:388) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:151) reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107) reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onNext(FluxMapFuseable.java:295) reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onNext(FluxFilterFuseable.java:337) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:159) reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:142) reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:142) reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:401) reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:420) reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:474) reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:685) reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:94) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1368) io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1234) io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1280) io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507) io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:446) io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) java.base/java.lang.Thread.run(Unknown Source) 2021-07-19 19:27:14.257 ERROR 1 --- [reactor-http-epoll-3] io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:402) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178) io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:115) org.springframework.core.io.buffer.NettyDataBufferFactory.allocateBuffer(NettyDataBufferFactory.java:71) org.springframework.core.io.buffer.NettyDataBufferFactory.allocateBuffer(NettyDataBufferFactory.java:39) org.springframework.http.codec.json.AbstractJackson2Encoder.encodeStreamingValue(AbstractJackson2Encoder.java:280) org.springframework.http.codec.json.AbstractJackson2Encoder.lambda$encode$1(AbstractJackson2Encoder.java:168) reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) reactor.core.publisher.FluxFlatMap$FlatMapMain.tryEmit(FluxFlatMap.java:543) reactor.core.publisher.FluxFlatMap$FlatMapInner.onNext(FluxFlatMap.java:984) reactor.core.publisher.FluxFlatMap$FlatMapMain.drainLoop(FluxFlatMap.java:712) reactor.core.publisher.FluxFlatMap$FlatMapMain.tryEmit(FluxFlatMap.java:569) reactor.core.publisher.FluxFlatMap$FlatMapInner.onNext(FluxFlatMap.java:984) reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:120) reactor.core.publisher.MonoNext$NextSubscriber.onNext(MonoNext.java:82) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drainAsync(FluxFlattenIterable.java:421) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drain(FluxFlattenIterable.java:686) reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.onNext(FluxFlattenIterable.java:250) io.github.resilience4j.reactor.ratelimiter.operator.RateLimiterSubscriber.hookOnNext(RateLimiterSubscriber.java:42) reactor.core.publisher.BaseSubscriber.onNext(BaseSubscriber.java:160) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoFlatMap$FlatMapInner.onNext(MonoFlatMap.java:249) reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:388) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:151) reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107) reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onNext(FluxMapFuseable.java:295) reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onNext(FluxFilterFuseable.java:337) reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816) reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:159) reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:142) reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:142) reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:401) reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:420) reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:474) reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:685) reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:94) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1368) io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1234) io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1280) io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507) io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:446) io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) java.base/java.lang.Thread.run(Unknown Source) 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.01532,13.22022&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fa99d65b, L:/192.168.32.2:39738 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 3 active connections, 255 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-3bca1e01-f816-4745-aabe-f9b06e3647f8, transfer-encoding=chunked, Connection=keep-alive] 2021-07-19 19:27:14.258 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:62fe3a92-8, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17625,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0x62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:62fe3a92, L:/192.168.32.2:39774 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 2 active connections, 256 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-537543cd-7e2d-405d-9ce7-cb56a3da5864, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.259 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:b25562fd-8, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17623,13.14136&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xb25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:b25562fd, L:/192.168.32.2:39746 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 1 active connections, 257 inactive connections and 0 pending acquire requests. 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received response (auto-read:false) : [Cache-Control=no-store, must-revalidate, Content-Type=application/json, Date=Mon, 19 Jul 2021 19:27:14 GMT, Expires=Sun, 26 Apr 1970 20:00:00 GMT, Pragma=no-cache, Server=openresty, X-Request-Id=REQ-7f2e0975-15bf-46b8-a1f2-4b961faa1980, Connection=keep-alive, transfer-encoding=chunked] 2021-07-19 19:27:14.260 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_received]) 2021-07-19 19:27:14.261 DEBUG 1 --- [reactor-http-epoll-3] reactor.netty.channel.FluxReceive : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2021-07-19 19:27:14.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.client.HttpClientOperations : [id:fb48ab68-8, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Received last HTTP packet 2021-07-19 19:27:14.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-3, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP response frame 2021-07-19 19:27:14.261 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-3, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Decreasing pending responses, now 0 2021-07-19 19:27:14.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.http.server.HttpServerOperations : [id:0a7dace0-3, L:/192.168.32.2:8083 - R:/192.168.32.6:35950] Last HTTP packet was sent, terminating the channel 2021-07-19 19:27:14.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [response_completed]) 2021-07-19 19:27:14.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] onStateChange(GET{uri=/v1/revgeocode?apiKey=&at=46.17622,13.14135&locationattributes=none,ar,mv&maxresults=1, connection=PooledConnection{channel=[id: 0xfb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443]}}, [disconnecting]) 2021-07-19 19:27:14.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.r.DefaultPooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Releasing channel 2021-07-19 19:27:14.262 DEBUG 1 --- [reactor-http-epoll-3] r.n.resources.PooledConnectionProvider : [id:fb48ab68, L:/192.168.32.2:39728 - R:revgeocode.search.hereapi.com/52.210.0.48:443] Channel cleaned, now: 0 active connections, 258 inactive connections and 0 pending acquire requests.